Merge pull request #1691 from NoahGorny/git-push-delete-alias

git: Add git push --delete alias
pull/1694/head
Noah Gorny 2020-10-28 07:32:15 +02:00 committed by GitHub
commit 93cc173815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'