How to – add an existing project to GitHub through command line
Views (187)
Sharing for quick reference ! Create a new repository in GitHub and copy its URL. https://github.com/new Go to the project folder and run git init command to initialize the local directory as Git repository. Download Git for Windows git init Add the files to this new local repository git add . Commit the files to … Continue reading "How to – add an existing project to GitHub through command line"
This was originally posted here.
*This post is locked for comments