zsh:alias:gpf: Add --force-if-includes

Make force push a bit safer.
This commit is contained in:
2024-01-05 16:24:03 +01:00
parent be2205de32
commit c9938374c2

View File

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