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
|
||||
[push]
|
||||
default = simple
|
||||
[pull]
|
||||
ff = only
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
autocrlf = input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue