Git,我可以使用它代替sourcesafe或subversion吗?

时间:2022-03-30 13:46:33

Can Git be used the same as sourcesafe, Can I implement it directly into visual studio to check-in/out code and see history?

Git可以和sourcesafe一样使用,我可以直接在visual studio中实现它来检入/输出代码并查看历史记录吗?

Thanks guys.

4 个解决方案

#1


This project apparently has an extension for Visual Studio. I haven't tried it myself, though, I'm afraid.

这个项目显然有Visual Studio的扩展。我自己也没有尝试过,我很害怕。

There's a very similar question on here that you might want to look at...

这里有一个非常相似的问题,你可能想看看......

#2


gitextensions provides one. However, fundementally git operates in a very different way to sourcesafe, so you have to learn git.

gitextensions提供了一个。然而,fundementally git以一种非常不同的方式运行sourcesafe,所以你必须学习git。

If looking for something more robust than sourcesafe, but working much the same way, then consider Sourcegear's Vault - it was designed to be a drop-in replacement.

如果寻找比sourcesafe更强大的东西,但工作方式大致相同,那么考虑一下Sourcegear的Vault - 它被设计成一个替代品。

#3


I've been using git for the past year or so. In my opinion the least friction comes from the command prompt/terminal.

过去一年左右我一直在使用git。在我看来,最小的摩擦来自命令提示符/终端。

If Visual Studio integration is important to you, and my other 2 choices were Subversion or SourceSafe, I'd certainly go with Subversion. VisualSVN is an incredible product and well worth the price of admission.

如果Visual Studio集成对您很重要,而我的其他两个选择是Subversion或SourceSafe,我肯定会选择Subversion。 VisualSVN是一款令人难以置信的产品,非常值得入场。

As others have said git is a much different paradigm in the SCM world and should, in my opinion be explored without prior conceptions of how source control should work.

正如其他人所说,git在SCM世界中是一个非常不同的范例,在我看来应该在没有事先控制源控制如何工作的概念的情况下进行探讨。

#4


Here is a link to what appears to be a VS extension

这是一个似乎是VS扩展的链接

#1


This project apparently has an extension for Visual Studio. I haven't tried it myself, though, I'm afraid.

这个项目显然有Visual Studio的扩展。我自己也没有尝试过,我很害怕。

There's a very similar question on here that you might want to look at...

这里有一个非常相似的问题,你可能想看看......

#2


gitextensions provides one. However, fundementally git operates in a very different way to sourcesafe, so you have to learn git.

gitextensions提供了一个。然而,fundementally git以一种非常不同的方式运行sourcesafe,所以你必须学习git。

If looking for something more robust than sourcesafe, but working much the same way, then consider Sourcegear's Vault - it was designed to be a drop-in replacement.

如果寻找比sourcesafe更强大的东西,但工作方式大致相同,那么考虑一下Sourcegear的Vault - 它被设计成一个替代品。

#3


I've been using git for the past year or so. In my opinion the least friction comes from the command prompt/terminal.

过去一年左右我一直在使用git。在我看来,最小的摩擦来自命令提示符/终端。

If Visual Studio integration is important to you, and my other 2 choices were Subversion or SourceSafe, I'd certainly go with Subversion. VisualSVN is an incredible product and well worth the price of admission.

如果Visual Studio集成对您很重要,而我的其他两个选择是Subversion或SourceSafe,我肯定会选择Subversion。 VisualSVN是一款令人难以置信的产品,非常值得入场。

As others have said git is a much different paradigm in the SCM world and should, in my opinion be explored without prior conceptions of how source control should work.

正如其他人所说,git在SCM世界中是一个非常不同的范例,在我看来应该在没有事先控制源控制如何工作的概念的情况下进行探讨。

#4


Here is a link to what appears to be a VS extension

这是一个似乎是VS扩展的链接