Switch from --rebase=preserve, which is deprecated, to --rebase=merges

This commit is contained in:
Danielle McLean 2020-03-27 14:16:06 +11:00
parent 1427a22db4
commit f4fcd2e08a
Signed by: 00dani
GPG key ID: FF6F9216852288FF

View file

@ -8,7 +8,7 @@
co = checkout
d = diff
l = log --graph --pretty=graph --date=relative
up = pull --prune --rebase=preserve --autostash
up = pull --prune --rebase=merges --autostash
patch = !git --no-pager diff --no-color
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"