简体   繁体   English

将Git和Github源代码控制的vs2013升级到vs2015(而不是使用Subversion AnkhSVN),这合理吗?

[英]Upgrade vs2013 to vs2015 for Git and Github source control (instead of using subversion AnkhSVN), Is this reasonable?

Now we using visual studio 2013 en subversion AnkhSVN for source control. 现在,我们使用Visual Studio 2013的Sub Subversion AnkhSVN进行源代码控制。

We would like change to using git and github for source control. 我们想要更改为使用git和github进行源代码控制。 We have developer increasing in development team. 我们的开发团队越来越多。

And we would like to setup better structure for development, testing, staging, and live stage. 我们希望为开发,测试,登台和现场演出搭建更好的结构。

I have read that github fully integrated into visual studio 2015 ( we are new with git & github) 我已经读过github已完全集成到Visual Studio 2015中(我们是git&github的新手)

Is this reasonable to Upgrade from vs2013 to vs2015 for Git and Github source control? 对于Git和Github源代码控制,从vs2013升级到vs2015是否合理? ( according to price license) (根据价格许可证)

Or we can stay with vs 2013 and using git en github just fine? 或者我们可以继续使用vs 2013,并使用git en github很好吗?

What more that make us should move to vs2015. 还有什么让我们应该转向vs2015。

Any suggestion are highly appreciated. 任何建议都将受到高度赞赏。

Kind regards. 亲切的问候。

Git is a distributed revision control system, VisualStudio is a development environment. Git是一个分布式修订控制系统,VisualStudio是一个开发环境。

There's no need to go for one in order to use the other. 无需为了使用另一个而去。

You could of course stick to VS 2013 and use Git. 您当然可以坚持使用VS 2013并使用Gi​​t。 Learn Git on the command line and you're able to use Git for anything, not only your VisualStudio projects. 在命令行上学习Git,您就可以将Git用于所有内容,而不仅是VisualStudio项目。 Do version control outside your IDE . 在IDE外部进行版本控制

Maybe tomorrow you want to switch from VisualStudio to Eclipse or whatever. 也许明天您想从VisualStudio切换到Eclipse或其他。 If you know how to use the command line, you just switch IDEs, not your version control front end. 如果您知道如何使用命令行,则只需切换IDE,而不是版本控制前端。

Doing such you could unleash the full power of your version control and don't get limited by tools that hide features from you. 这样做可以释放版本控制的全部功能,而不会受到隐藏功能工具的限制。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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