I have a GitHub account.
I have a Visual Studio 2010 with Git Extensions and Git Source Control provider installed.
I have created a clean project. How do I upload it to GitHub?
P.S. A tutorial on this particular topic would be fine.
|
I have a GitHub account. I have a Visual Studio 2010 with Git Extensions and Git Source Control provider installed. I have created a clean project. How do I upload it to GitHub? P.S. A tutorial on this particular topic would be fine. |
||||
|
|
|
In order to upload a Visual Studio Project to GitHub one needs to perform a push operation in GitExtension commit dialog. Basically syncing the project with GitHub server is called "push"ing in Git terminology. In order to be able to push, one needs to do the following:
|
||||
|
|
|
Create a new repository in your github account. It will give you the step by step instructions for you. |
|||||||||||||||||
|