Skip to content

Commit

Permalink
(git): Add gpsup alias (ohmyzsh#5287)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and DennisDenuto committed Oct 29, 2016
1 parent 038526e commit 1d3d4f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -148,6 +148,8 @@ compdef _git ggpush=git-checkout

alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)'

alias gpsup='git push --set-upstream origin $(git_current_branch)'

alias gignore='git update-index --assume-unchanged'
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'
Expand Down

0 comments on commit 1d3d4f0

Please sign in to comment.