Remove deprecated git-up configuration and port it across to the current 'up' alias

This commit is contained in:
Danielle McLean 2018-03-15 11:38:12 +11:00
parent a91decbc47
commit b083b68e4f
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -8,7 +8,7 @@
co = checkout
d = diff
l = log --graph --pretty=graph --date=relative
up = pull --rebase --autostash
up = pull --rebase=preserve --autostash
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"
@ -21,9 +21,6 @@
process = git-lfs filter-process
required = true
[git-up.rebase]
arguments = --preserve-merges
[gpg]
program = gpg-for-git-signing