visual-studio GitHub 和 Visual Studio
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1895462/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
GitHub and Visual Studio
提问by p.campbell
Possible Duplicate:
Using Git with Visual Studio
可能的重复:
在 Visual Studio 中使用 Git
What's the most painless way for the Visual Studio developer to start using GitHub? Ideally the answer would involve a Visual Studio plugin, or some other integration app?
Visual Studio 开发人员开始使用 GitHub 的最轻松的方式是什么?理想情况下,答案将涉及 Visual Studio 插件或其他一些集成应用程序?
- What solutions are available today to view/update GitHub repositories?
- Can you rely or expect the same functionality as compared to other VS integrated source control plugins?
- What processes would you change, as a user, when approaching this use-case from the TFS or SourceGear Vaultscenarios?
- The current use case is in single-developer mode, but certainly this question is open to single dev and teams of any size.
- Any tools that are Visual Studio plug-ins would be considered 'top of the list'
- 目前有哪些解决方案可用于查看/更新 GitHub 存储库?
- 与其他 VS 集成源代码控制插件相比,您能否依赖或期待相同的功能?
- 作为用户,从 TFS 或SourceGear Vault场景处理此用例时,您会更改哪些流程?
- 当前用例处于单开发人员模式,但这个问题当然对单个开发人员和任何规模的团队开放。
- 任何属于 Visual Studio 插件的工具都将被视为“首选”
采纳答案by David Schmitt
See this questionfor general hints using git with Visual Studio.
有关在 Visual Studio 中使用 git 的一般提示,请参阅此问题。
The accepted answer was the Git Extensionsproject.
接受的答案是Git 扩展项目。
I'm not aware that github would require any specific extras beyond that.
我不知道 github 需要除此之外的任何特定附加功能。
回答by Tobias Pflug
Have a look at tortoisegit. It is not a visual studio plugin but it provides a GUI to the world of git (which can be irritating at first).
看看tortoisegit。它不是一个 Visual Studio 插件,但它为 git 世界提供了一个 GUI(一开始可能会很烦人)。

