mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
[git] set rebase on pull by default
This commit is contained in:
parent
f36b70cef1
commit
46520064d3
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
[remotes]
|
[remotes]
|
||||||
prune = true
|
prune = true
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue