add no-ff to global git config
This commit is contained in:
parent
c421ab7b8f
commit
f7c229fcf6
1 changed files with 2 additions and 0 deletions
|
|
@ -10,5 +10,7 @@
|
||||||
path = ~/.config/git/config-work
|
path = ~/.config/git/config-work
|
||||||
[merge]
|
[merge]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
|
edit = no
|
||||||
|
ff = no
|
||||||
[rebase]
|
[rebase]
|
||||||
autoStash = true
|
autoStash = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue