feat(git): add gpod alias

Closes #11501
This commit is contained in:
guenthgr 2023-02-17 17:29:10 +01:00 committed by Carlo Sala
commit cc73a929f6
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A
2 changed files with 2 additions and 0 deletions

View file

@ -242,6 +242,7 @@ is-at-least 2.30 "$git_version" \
|| alias gpf='git push --force-with-lease'
alias gpf!='git push --force'
alias gpoat='git push origin --all && git push origin --tags'
alias gpod='git push origin --delete'
alias gpr='git pull --rebase'
alias gpu='git push upstream'
alias gpv='git push --verbose'