This commit is contained in:
Sam Garson 2017-05-01 14:15:04 +00:00 committed by GitHub
commit b81bdf68e2

View file

@ -193,6 +193,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'