Pull rebase by default

This commit is contained in:
Jordan Holt 2021-01-18 18:33:56 +00:00
parent 1f880a7bda
commit 5fd960c74f

View File

@ -6,6 +6,8 @@
autosquash = true
[push]
default = current
[pull]
rebase = true
[alias]
amend = commit --amend
lg = log --color --graph --abbrev-commit --