Make 'git up' prune branches that have been deleted from the remote

This commit is contained in:
Danielle McLean 2020-02-28 12:20:40 +11:00
parent 8096375762
commit 1427a22db4
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 --rebase=preserve --autostash
up = pull --prune --rebase=preserve --autostash
patch = !git --no-pager diff --no-color
st = status --short
shove = "!f() { git push ${1:-origin} :; }; f"