git: Add git push --delete alias

pull/1691/head
Noah Gorny 2020-10-27 20:06:37 +02:00
parent 40d154cb16
commit 313abebbb0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ alias gpr='git pull --rebase'
alias gpp='git pull && git push'
alias gup='git fetch && git rebase'
alias gp='git push'
alias gpd='git push --delete'
alias gpo='git push origin HEAD'
alias gpu='git push --set-upstream'
alias gpuo='git push --set-upstream origin'