Add an alias to push current local branch to same name on remote

This commit is contained in:
Mohnish G J 2016-04-01 08:05:43 +05:30
commit 6816f1ef96

View file

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