zsh:alias: Add gpf for git push --force
This commit is contained in:
@@ -78,6 +78,7 @@ fi
|
|||||||
alias {gll,glg}='glog --graph'
|
alias {gll,glg}='glog --graph'
|
||||||
alias {glll,glla,glga,glag,glogg}='glog --graph --branches --remotes'
|
alias {glll,glla,glga,glag,glogg}='glog --graph --branches --remotes'
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
|
alias gpf='git push --force-with-lease'
|
||||||
alias gpull='git pull'
|
alias gpull='git pull'
|
||||||
alias gpush='git push'
|
alias gpush='git push'
|
||||||
alias gr='git rebase'
|
alias gr='git rebase'
|
||||||
|
|||||||
Reference in New Issue
Block a user