如何添加选项'混帐合并
长时间找不到如何在TortoiseGit中添加此选项
`git merge`和`git merge --no-ff`有什么区别?
任何人都可以解释如何设置它?
它与TortoiseGit无关,而与Git本身无关。
转到shell中的存储库目录并执行命令
git config --add --local merge.ff true
只强制该特定存储库的快进合并。
请注意,TortoiseGit不包含任何Git替代品,相反,它会搭载用于Windows安装的Git,因此如果您安装了TortoiseGit,则还会安装Git for Windows。
查看此附加图像作为答案。
链接地址: http://www.djcxy.com/p/45063.html上一篇: how to add option ' git merge
下一篇: How to mark important events / milestones in Git history?