[FIX] gitconfig: Add default pull behaviour
This commit is contained in:
parent
92220b88d9
commit
7d3a3b8a24
|
@ -12,3 +12,5 @@
|
||||||
ui = auto
|
ui = auto
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
|
|
Loading…
Reference in a new issue