소스 검색

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

Loading…
취소
저장