Poul K. Sørensen
Poul K. Sørensen

Reputation: 17530

How do i publish my Visual Studio Project to Github

I have made a project in Visual Studio that I would like to share with people on Github.

Searching Google and here, i can not seem to find a simple guide for how I get this project uploaded to to Github.

I have Git Extensions installed, i have some application from Github installed as well. I simply cant figure out what i need to do to share my project on Github. Any help appreciated.

Upvotes: 4

Views: 1666

Answers (3)

Pastel Belem
Pastel Belem

Reputation: 46

I've just found this Extension to VS15:

Upvotes: 0

AVEbrahimi
AVEbrahimi

Reputation: 19134

Use this easy tool: https://code.google.com/p/gitextensions/

No Cygwin needed

Upvotes: 1

Zombo
Zombo

Reputation: 1

I have always found this guide to be quite helpful.

I am using Cygwin with the Git package installed. Once that is done you need to set up SSH keys. This is essentially a key that is stored in a file on your computer. You enter the same key into the "SSH Keys" page on GitHub, and as long as that file with the key is found you can push and pull from GitHub.

Upvotes: 0

Related Questions