Commit 0db7da0c authored by Yago Nobre's avatar Yago Nobre Committed by Marc Cornellà
Browse files

git: add push force aliases (#6297)

* gpf to --force-with-lease
* gpf! to --force
parent a3afeca3
......@@ -202,6 +202,8 @@ alias gma='git merge --abort'
alias gp='git push'
alias gpd='git push --dry-run'
alias gpf='git push --force-with-lease'
alias gpf!='git push --force'
alias gpoat='git push origin --all && git push origin --tags'
compdef _git gpoat=git-push
alias gpu='git push upstream'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment