mirror of https://github.com/mitchell/dotfiles.git
Set default git pull strategy
This commit is contained in:
parent
7948e134a8
commit
3f5387f6bf
|
@ -30,6 +30,9 @@
|
|||
[push]
|
||||
default = simple
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[color "diff"]
|
||||
meta = yellow bold
|
||||
commit = green bold
|
||||
|
|
Loading…
Reference in New Issue