Add alias for git push to origin/current branch

This commit is contained in:
Sam Garson 2015-10-27 17:20:52 +00:00
commit c57bc668d3

View file

@ -177,6 +177,7 @@ alias gpoat='git push origin --all && git push origin --tags'
compdef _git gpoat=git-push
alias gpu='git push upstream'
alias gpv='git push -v'
alias gpcb='git push origin $(current_branch)'
alias gr='git remote'
alias gra='git remote add'