Git ......我在服务器上使用Git需要TFS吗? [英] Git... Do I Need Tfs On The Server For Using Git?

查看:142
本文介绍了Git ......我在服务器上使用Git需要TFS吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我们是小型开发人员团队,现在尝试使用GIT源代码控制。

我们都使用visual studio 2013,我成功安装并在本地使用git 。

但是现在我们需要将源上传到服务器,所以问题是我们需要在服务器上安装TFS还是有办法不使用git。

谢谢

Hello ,
We are small developpers team and now try to use GIT source control.
we all use visual studio 2013 and i succeded to instal and use git locally.
But now we need to upload the source to the server, so the question is do we need to instal TFS on the server or there is a way not to and still use git.
thank you

推荐答案

你可以自己使用GIT进行源代码管理。你也可以使用TFS。所以TFS不是强制性的使用GIT。
You can use GIT on its own for source code management.You can also use TFS for the same.So TFS is not mandatory while using GIT.


Git是一个本地/分布式源代码控制系统,因此您可以在自己的系统上脱机工作和提交。



对于您想要共享代码的团队,所以您需要一个共享存储库,因此您可以在线使用GitHub或Visual Studio。



如果你想成为完全本地的,您可以安装自己的Git服务器,如: http://gitblit.com/ [ ^ ]
Git is a local/distributed source control system so you can work and commit offline on your own system.

For teams you want to share your code, so you need a shared repository, so you can use GitHub or Visual Studio online for this.

If you want to be completely local you can install your own Git server like : http://gitblit.com/[^]


这篇关于Git ......我在服务器上使用Git需要TFS吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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