This commit is contained in:
Caetano D'Araujo 2018-01-23 06:19:04 +00:00 committed by GitHub
commit 447998e9bf

View file

@ -198,7 +198,7 @@ alias gp='git push'
alias gpd='git push --dry-run'
alias gpoat='git push origin --all && git push origin --tags'
compdef _git gpoat=git-push
alias gpu='git push upstream'
alias gpu='git push -u'
alias gpv='git push -v'
alias gr='git remote'