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:
parent
12017e32c2
commit
34ee31361f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
l = log --graph --pretty=graph --date=relative
|
l = log --graph --pretty=graph --date=relative
|
||||||
|
up = pull --rebase --autostash
|
||||||
st = status --short
|
st = status --short
|
||||||
shove = "!f() { git push ${1:-origin} :; }; f"
|
shove = "!f() { git push ${1:-origin} :; }; f"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue