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]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
||||||
[color "diff"]
|
[color "diff"]
|
||||||
meta = yellow bold
|
meta = yellow bold
|
||||||
commit = green bold
|
commit = green bold
|
||||||
|
|
Loading…
Reference in New Issue