Force push alias

This commit is contained in:
Andrew Tomaka 2014-11-03 13:58:26 -05:00
parent 100a4c3e7e
commit d13364f2f4

View file

@ -30,6 +30,7 @@ alias gh="git hist"
alias ghd="git hist-details"
alias ght="git hist-tags"
alias gp="git push"
alias gpf="git push --force"
alias gpl="git pull"
alias gpo="git push -u origin"
alias gr="git reset"