Publishing an existing project to GitHub


    1. Open a solution in Visual Studio.
    2. If solution is not already initialized as a Git repository, select Add to Source Control from the File menu. Location of Add to Source Control option in the file menu
    3. Open Team ExplorerLocation of Team Explorer option in the view menu
    4. In Team Explorer, click SyncLocation of the sync button in the Team Explorer pane
    5. Click the Publish to GitHub button. Location of the Publish to GitHub button in the Team Explorer pane
    6. Enter a name and description for the repository on GitHub.
    7. Check the Private Repository box if you want to upload the repository as a private repository on GitHub.
    8. Click the Publish button.