VS2010使用Git--Git Source Control Provider

How to use

  • 1.安装 Git for Windows, or Git Extensions, or TortoiseGit
  • 2.对于Visual Studio 2010, 选择“工具” | “扩展管理器”, 在“联机库”中搜索“Git Source Control Provider",然后”下载“安装.
  • 3.选择”工具“ | ”选项“.
  • 4.在树控件中选择”source Control“
  • 5.将当前代码管理插件设置为"Git Source Control Provider"
  • Open your solution controlled by Git to see the files' status.
  • Right click within solution explorer and select "Git". If msysgit, Git Extensions or TortoiseGit are installed, their commands are listed in the menu.
  • Using the option page to disable the commands if you like.
203542

你可能感兴趣的:(git,VS2010)