zsh:alias: Add gpf for git push --force

This commit is contained in:
2023-05-22 00:11:54 +02:00
parent 0ca1baec8c
commit 0a95d86e25

View File

@@ -78,6 +78,7 @@ fi
alias {gll,glg}='glog --graph'
alias {glll,glla,glga,glag,glogg}='glog --graph --branches --remotes'
alias gp='git push'
alias gpf='git push --force-with-lease'
alias gpull='git pull'
alias gpush='git push'
alias gr='git rebase'