Add a git-up alias because PyGitUp doesn't work in current Git and this alias does /most/ of the work anyway

This commit is contained in:
Danielle McLean 2017-11-09 10:06:54 +11:00
parent 12017e32c2
commit 34ee31361f
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

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