Skip to main content
GameDev.net gamedev.net
🔒 Locked

Integrating Git with Visual Studio

Started by incertia Apr 18, 2012 at 11:53 PM 1 replies 1.7k views
Original Post
incertia
incertia
I've setup a repo on Github to store my code, but how exactly do I manage all of it with Git? I don't feel like doing "git add " several different times to commit my work to Github.
what
SiCrane
SiCrane
If you want a git add-on for MSVC you can try Git Extensions. I've never used it myself, but I have heard from others that this is what they use.
Hodgman
Hodgman
At work we're encouraged to use the command-line interface, so we actually learn what we're doing with Git, but we also use TortoiseGit for Windows explorer integration.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.