This commit is contained in:
Mohnish G J 2017-05-10 06:13:51 +00:00 committed by GitHub
commit dece1a242b

View file

@ -188,6 +188,7 @@ alias gmtvim='git mergetool --no-prompt --tool=vimdiff'
alias gmum='git merge upstream/master'
alias gp='git push'
alias gpoh='git push origin HEAD'
alias gpd='git push --dry-run'
alias gpoat='git push origin --all && git push origin --tags'
compdef _git gpoat=git-push