问题描述
我将 SourceTree 与 TortoiseDiff/Merge 一起使用.每次我在那里保存文件时,在解决所有冲突后,SourceTree 都会完美地处理一切,除了它总是创建一个备份文件 [name].orig
.
I'm using SourceTree together with TortoiseDiff/Merge. Every time I save a file there, after resolving all conflicts, SourceTree handles everything perfectly, except for the fact, that it always create a backup file [name].orig
.
这对我来说非常恼火,因为我每次都必须+这样的文件并确认烦人的对话框.
This is extremely irritating for me, as I have to + such file each time and confirm annoying dialogs.
我怎样才能摆脱这个?
我想,这就像取消选中 Tools > 一样简单.选项 >保留对限制性操作的备份
.但是,显然这还不够,或者这个选项控制了 SourceTree 的其他一些行为.
I thought, that this will be as simple as unchecking Tools > Options > Keep backups on destrictive operations
. But, apparently this is not enough or this option controls some other behaviour of SourceTree.
推荐答案
当我们说话时..这可能是由 git 设置而不是 SourceTree/其他工具设置引起的.
As we talk..This can be caused by a git settings instead of SourceTree/another tool settings.
尝试这样做:
git config --global mergetool.keepBackup false
来自:Git mergetool 生成不需要的 .orig 文件
这篇关于在 SourceTree 中禁用自动备份的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!