[git] always rebase

This commit is contained in:
John Doty 2024-04-06 08:38:57 -07:00
parent a665de04b6
commit 2967db2f01

View file

@ -7,6 +7,8 @@
[alias]
st = status
ci = commit
[pull]
rebase = true
[push]
default = upstream
[init]