什么是好的源控制程序? [英] What is a good source control program?

查看:148
本文介绍了什么是好的源控制程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Visual Studio 2017开发Windows应用程序。我很快就会聘请一些程序员,并且需要确保新人不要放弃我以前的工作。



我使用过Visual Source这些年来安全了很多,但十多年来一直不需要版本控制。



我尝试了什么:



寻找其他程序员的建议和建议。

解决方案

我会研究一下git。您可以运行git服务器并让您的开发人员连接到它。 Visual Studio支持git,因此您可以直接在VS中查看\\\ t,检查历史记录等,并且您可能也需要专用的git客户端来处理更高级的任务。流行的git客户端是git扩展,源代码树,毫无疑问是其他人。



另一种选择是TFS,但这不是免费的。


GIT是一个分布式源代码控制系统,它创建了一个存储库的本地副本。

还有Subversion使用中央存储库来保存数据。



因此,如果您想查看前十大VCS,请参阅十大版本控制系统 - Hacker Noon [ ^ ]



和VCS的视觉指南见版本控制的可视指南 - BetterExplained [ ^ ]

I am using Visual Studio 2017, developing Windows apps. I will be looking to hire a couple programmers soon and will need to make sure the new guys don't step on my previous work.

I've used Visual Source Safe quite a bit over the years, but have not needed version control in over ten years.

What I have tried:

Looking for recommendations and suggestions from fellow programmers.

解决方案

I'd look into git. You can run a git server and have your devs connect to it. Visual Studio supports git so you can check in\out, examine history etc right from VS, and you'll probably want a dedicated git client too for maybe more advanced tasks. Popular git clients are git extensions, source tree and there are no doubt others.

Another option is TFS, but that's not free.


GIT is a distributed source control system, it creates a local copy of the repository.
There's also Subversion which uses a central repository to keep the data.

So if you want to look at top 10 VCS's see Top 10 Version Control Systems – Hacker Noon[^]

and for a visual guide to VCS's see A Visual Guide to Version Control – BetterExplained[^]


这篇关于什么是好的源控制程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆