.gitconfig: add pull.ff=only
This commit is contained in:
parent
be3cc54465
commit
e13244fe7e
|
|
@ -17,3 +17,5 @@
|
|||
stash = false
|
||||
[diff "ansible-vault"]
|
||||
textconv = ansible-vault view
|
||||
[pull]
|
||||
ff = only
|
||||
|
|
|
|||
Loading…
Reference in New Issue