Top "Git-tfs" questions

Git-Tfs is a Windows open sourced two-way bridge between TFS(TFVC) and git, similar to git-svn.

How do I remove a package installed via Chocolatey?

I installed gittfs using cinst gittfs How do I now remove the gittfs package?

git-tfs chocolatey
Migrate Git to TFS with all history

Is there any way to migrate a git repository to TFS with all it's history like versions, branches and push …

git tfs git-tfs tfs-migration
Visual Studio error pushing to remote git - git-tfs migration

I am trying to migrate a TFVC project to Visual Studio Online git repository using git-tfs. Everything works fine for …

git visual-studio tfs git-tfs
What's the difference between git-tf and git-tfs?

I've recently been getting really fed up with TFS. I've heard that there is a light at the end of …

git tfs tfvc git-tfs git-tf
Associating git commits with Team Foundation work items

Context A GitHub Enterprise installation used for development. Every developer has his own public repo, and the organization has the …

git tfs interop git-tfs git-tf
Merge no common commits into master branch?

I have a Git repo that has a lot of commits and separate code, say /Proj1 I also have another …

git tfs git-tfs
Cloning TFS repository using git-tfs

I'm trying to clone a GIT repository in TFS using git-tfs using TFS 2013 git tfs clone http://servername:8080/tfs/DCM "$/…

git tfs git-tfs
Sync TFS and GIT

Today we have all our source code on our local TFS server. Now we want that some external parties can …

git tfs git-tfs
Merge two TFS branches with git tfs

I'm using git-tfs, and I was wondering if it is possible to merge two TFS branches using git-tfs. I have …

git tfs git-tfs
How do I use git-tfs and idiomatic git branching against a TFS repository?

How Do I Use git-tfs Idiomatically? The git idiom is to check out branches to the root directory of the …

git tfs git-branch git-tfs