是否有针对git-mergetool的标志,其行为类似于git-log中的--follow Continue listing the history of a filegit-mergetool提供了以下功能:
When git mergetool is invoked with this tool (either through the -t我希望git-mergetool“遵循”BASE的重命名为本地或远程,视情况而定。
我正在使用mergetool来增强关于合并冲突的文件修改。我希望在没有提示的情况下使用mergetool。See 'git mergetool --tool-help' or 'git help config' for more details.'git mergetool' will now attempt to use one of the following tools:Merging
我不知道我是怎么做到这一点的,我试图将kdiff3设置为我的合并工具,但当我编写git config --global mergetool kdiff3时,我得到了这个错误key does not containa section: mergetool,我检查了我的配置列表,并取消了我在其中的mergetool配置,所以我现在得到的是:core.symlinks=false