mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Set default git pull strategy
This commit is contained in:
parent
7948e134a8
commit
3f5387f6bf
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
[push]
|
||||
default = simple
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[color "diff"]
|
||||
meta = yellow bold
|
||||
commit = green bold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue