简体   繁体   中英

Visual Studio 2010/2012 Git Plugin

我正在寻找与VS 2010/2012集成的git的建议,允许开发人员使用基本操作(提交,推送,拉动,切换分支,标记)

There are several:

  1. Git Source Control Provider
  2. Visual Studio Tools for Git aka Microsoft Git Provider from Microsoft.
  3. Git Extensions

1 and 2 gives you deep integration with the source control UI of Visual Studio, like padlock icons on files:

显示git状态的文件图标

1 uses the ordinary Pending Changes tab, but adds some functions, like Switch Branch :

Git源代码控制提供程序中的待更改

2 surely represents the future of Git integration in Visual Studio since Microsoft is behind it.

Microsoft Git Provider更改选项卡

Note that 2 requires Visual Studio 2012 (with update 2 even), so if VS2010 support is a requirement you cannot use it. 2 is built into Visual Studio 2013

However, it sounds like you might prefer 3. Git Extensions is simpler and just gives you a simple toolbar with commit, pull, push, stash (not switch branch, though):

Git Extensions工具栏

Visual Studio for Git with VS 2012, it's matured now (version 1.0).

I like deep integration with VS 2012 especially switch between branch seamlessly, you will work with any branch at any time.

Another thing is that it's working very well with Bitbucket.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM