What are the big differences between TFVC (TFS Version Control) and Git for source control when using Visual Studio 2013?

后端 未结 3 1397
一个人的身影
一个人的身影 2020-12-04 06:08

There are tons of questions and answers about Git versus TFVC Source Control, but no current answers cover the integration of Git into Team Foundation Server/Service that I

3条回答
  •  长情又很酷
    2020-12-04 06:31

    Is the only drawback to Git the command line interface (some would argue that's not a drawback ;-P).

    If you're uncomfortable with the command line interface, there are multiple GUI frontends available for Git. Git itself actually contains repository browser GUI tool called gitk and git-gui - a GUI for git. Then there are third-party apps such as git-cola, TortoiseGit and others.

提交回复
热议问题