浏览代码

pull strategy add to config

84582af
Dirk Alders 1年前
父节点
当前提交
d611d918b8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      gitconfig

+ 2
- 1
gitconfig 查看文件

@@ -5,4 +5,5 @@ git config --global user.email dirk@mount-mockery.de
5 5
 #
6 6
 git config --global diff.tool meld
7 7
 git config --global merge.tool meld
8
-git config --global --add difftool.prompt false
8
+git config --global --add difftool.prompt false
9
+git config --global pull.rebase false

正在加载...
取消
保存