Integrating Git with Visual Studio

Started by
1 comment, last by Hodgman 12 years ago
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 <file>" several different times to commit my work to Github.
what
Advertisement
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.
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.

This topic is closed to new replies.

Advertisement