How Do I Create A New GitHub Repository In Terminal?

How Do I Create A New GitHub Repository In Terminal? Create a new repository on GitHub.com. … Open TerminalTerminalGit Bash. Change the current working directory to your local project. Initialize the local directory as a Git repository. … Add the files in your new local repository. … Commit the files that you’ve staged in your