web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Nishant Rana’s Weblog / How to – add an existing pr...

How to – add an existing project to GitHub through command line

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee
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.

Comments

*This post is locked for comments