git - VSTFS 2015 - merge pull 请求设置 no-ff

标签 git tfs git-flow fast-forward

我正在使用 VS-TFS 2015 来管理我的项目,并且我已启用 pull 请求并使用分支策略。

为了管理 pull 请求,我希望 merge 到开发分支(前面有一个 Git Repo)是使用 no-ff 选项完成的。 在 MSDN ( https://learn.microsoft.com/fr-fr/vsts/git/branch-policies#enforce-a-merge-strategy ) 中,有一个“强制 merge 策略”部分,但它没有出现在我的 TFS-2015 仪表板中。

有什么想法可以实现这一点或解决方法吗?我想当我们验证 merge pull 请求时,默认情况下不会激活 no-ff ?

最佳答案

升级到更新版本的 TFS。 TFS 2015 中不提供 merge 策略。

关于git - VSTFS 2015 - merge pull 请求设置 no-ff,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48020049/

相关文章:

TFS 2015 v.Next build : Parallel solution builds?

linux - 从 Linux 服务器执行 GIT 克隆时出现 http 401.1 错误

git - 使用具有许多子模块的项目实现 git 流的最佳方法是什么

git - Git 错误 "You are not currently on a branch"是什么意思?

git - 如何以编程方式检测 GitHub 存储库中的非事件分支?

git - 在多个 Visual Studio Team Services 项目之间共享一个 git 存储库

git - 使用 Git 将开发上的功能分支的所有更改 merge 到发布分支

Git 流 : Do you have to manually delete the feature branches from remote after finishing the feature?

ios - (iOS,XCode 4.2)使用 Git post-commit hook 设置 bundle version 导致我的项目变成 Mac 项目

git - 如何防止 Visual Studio 中的 git 消耗恒定的 35% CPU?