Use Git in Visual Studio 2010
1) Install Git
http://www.git-scm.com/download
2) Install Git Extension
http://code.google.com/p/gitextensions/downloads/list
Choose GitExtensionxxxSetupComplete.msi,
must choose msysGit and KDiff3
3)Install Git Source Control Provider
Open VS 2010, Select Tool, then select
Search Git and download Git Source Control Provider
After install, restart VS2010, select "Tool", then select "Option", Then open "Source Control", select "Git Source Control Provider", then "OK"
Now you can use Git as source control. And create a account in GitHub , then push your code to it.
No comments:
Post a Comment