How do I use git-tfs and idiomatic git branching against a TFS repository?
It’s now possible to get the TFS branches to be correct Git branches if cloning using git-tfs. This is now in the stable release! You first clone not the entire repository but the trunk : git tfs clone http://<tfsurl>:8080 $/main/trunk Then you run branch –init, which creates a new branch in the Git repository git … Read more