git: set pull.rebase
This commit is contained in:
parent
e2e2bc1c4f
commit
38b64244ea
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ in {
|
|||
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-mergeconflictStyle
|
||||
merge.conflictStyle = "zdiff3";
|
||||
|
||||
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-pullrebase
|
||||
pull.rebase = true;
|
||||
|
||||
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-pushautoSetupRemote
|
||||
push.autoSetupRemote = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue