Push upstream!

This commit is contained in:
Andrew Tomaka 2015-02-21 20:33:40 -05:00
parent 5e91cfc191
commit 1851c7fa23
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ alias gp="git push"
alias gpf="git push --force"
alias gpl="git pull"
alias gpo="git push -u origin"
alias gpu="git push -u upstream"
alias gr="git reset"
alias grb="git rebase"
alias grba="git rebase --abort"