Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
559 views
in Technique[技术] by (71.8m points)

visual-studio - 在Visual Studio中使用Git [关闭](Using Git with Visual Studio [closed])

As a long-time Visual SourceSafe user (and hater) I was discussing switching to SVN with a colleague;

(作为一个长期的Visual SourceSafe用户(和仇恨)我正在讨论与同事转换到SVN ;)

he suggested using Git instead.

(他建议改用Git 。)

Since, apparently, it can be used as peer-to-peer without a central server (we are a 3-developer team).

(显然,它可以在没有中央服务器的情况下用作点对点(我们是一个3开发团队)。)

I have not been able to find anything about tools that integrate Git with Visual Studio, though - does such a thing exist?

(我无法找到任何关于将Git与Visual Studio集成的工具,但这样的事情是否存在?)

What are the technologies available for using Git with Visual Studio?

(在Visual Studio中使用Git有哪些技术可用?)

And what do I need to know about how they differ before I begin?

(在开始之前,我需要了解它们之间的区别?)

  ask by Herb Caudill translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

In Jan 2013, Microsoft announced that they are adding full Git support into all their ALM products.

(2013年1月,微软宣布他们正在为所有ALM产品添加完整的Git支持。)

They have published a plugin for Visual Studio 2012 that adds Git source control integration.

(他们发布了一个 Visual Studio 2012 插件 ,增加了Git源代码控制集成。)

Alternatively, there is a project called Git Extensions that includes add-ins for Visual Studio 2005, 2008, 2010 and 2012, as well as Windows Explorer integration.

(或者,有一个名为Git Extensions的项目,包括Visual Studio 2005,2008,2010和2012的加载项,以及Windows Explorer集成。)

It's regularly updated and having used it on a couple of projects, I've found it very useful.

(它经常更新并在几个项目中使用它,我发现它非常有用。)

Another option is Git Source Control Provider .

(另一个选择是Git Source Control Provider 。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...