Git rebase false default setting.
This commit is contained in:
parent
a147c57bb8
commit
6896bef214
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@
|
||||||
threads = 0
|
threads = 0
|
||||||
[pretty]
|
[pretty]
|
||||||
custom = "%C(magenta)%h%C(red)%d %C(yellow)%ar %C(green)%s %C(yellow)(%an)"
|
custom = "%C(magenta)%h%C(red)%d %C(yellow)%ar %C(green)%s %C(yellow)(%an)"
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
default = upstream
|
default = upstream
|
||||||
|
|
Loading…
Reference in a new issue