I'm using Git and TortoiseGit locally under Windows against a Team Foundation Server with Team Foundation Version Control (not Git!).
When working with TortoiseGit against a Git server it's pretty easy to pull, fetch, and push. But using git-tfs I need for every push, pull or fetch to go to the command line and perform the associated git tfs ...
commands. Although they can easily be covered by Windows .cmd
files, I'm looking for a possibility to work with the TortoiseGit GUI as well.
Is there any possibility to add the TFS remote in .git
like [remote "origin"]
? Entries line [tfs-remote "default"]
already exist, but are not used by TortoiseGit.