fix(gitconfig): specify pull preferences
This commit is contained in:
parent
a91196e904
commit
1d91291dca
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
||||||
pull = true
|
pull = true
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue