Philippe Miossec
Philippe Miossec
I saw in the past in Azure Devops that, when you use a PAT, the username is ignored. So something to try is to set whatever dummy string in the...
This bug remind me one in Libgit2sharp that has been fixed (if I remember well). Before debugging, could you try to build your own version or try the one that...
I'm not 100% sure because I wrote it from memory but the workflow is more : > git checkout master > git tfs fetch > git rebase tfs/default But a...
We could use https://github.com/gittools/gitreleasenotes with the cake build I made (that I have to update :( ): http://cakebuild.net/dsl/gitreleasenotes/ Perhaps we could even use : https://github.com/GitTools/GitReleaseManager
👍 I think it's a good feature. I thought about it multiples times and I have also a beginning of something... I could push it if you want to have...
> Hi, I'm trying to clone a TFVC project hosted on the Azure DevOps Services too and the login popup is showed at every new branch request... is the @camilohe...
As none of us are no more user of git-tfs, we are no more working on it. So none of us will fix it. We are pleased to review PR...
>Is there a way to tell git tfs to import all branches except for branch XXX? No, there is not. I already thought about such a feature but didn't had...
I see 3 things that should be done: * Add a new option to accept a file path where branches to ignore are stored. Do it here: https://github.com/git-tfs/git-tfs/blob/master/GitTfs/Commands/InitOptions.cs#L30 * Ignore...
> Hi, I have a huge repository in tfs, and need to clone to git but exclude some branches. > this tool will really help me, but I don't understand...