Pull rebase by default
This commit is contained in:
parent
1f880a7bda
commit
5fd960c74f
@ -6,6 +6,8 @@
|
|||||||
autosquash = true
|
autosquash = true
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
[alias]
|
[alias]
|
||||||
amend = commit --amend
|
amend = commit --amend
|
||||||
lg = log --color --graph --abbrev-commit --
|
lg = log --color --graph --abbrev-commit --
|
||||||
|
Reference in New Issue
Block a user