我在TFS中有一个功能分支,我在本地使用git-tfs使用git tfs branch --init
。 (通常我只使用本地git分支,但在这种情况下我想用我的更改创建一个构建,所以TFS功能分支似乎合适)
我现在已经完成了该功能分支,我想从TFS和git中删除它。我知道如何从TFS中删除它 - 这是一个有问题的git方面。
我尝试使用git tfs branch --delete Features/FeatureBranch
,但没有抱怨,但随后每次尝试签入时都会失败并显示以下错误:
D:\dev\git [31753]PS>git tfs checkintool
Unable to locate a remote for <http://tfs:8080/tfs/DefaultCollection>$/Project/Features/FeatureBranch
You may be able to resolve this problem.
- Try using `git tfs bootstrap` to auto-init TFS remotes.
- Try setting a legacy-url for an existing remote.
有没有办法删除这些分支,以便我可以回去正常使用git tfs checkintool
?
我正在使用git-tfs 0.19.2.0和git 1.8.5.2.msysgit.0