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…
Continue Reading Nishant Rana’s Article on their blog
How to – add an existing project to GitHub through command line
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 .
Blog Syndicated with Nishant Rana’s Permission