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 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 --