mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
(git): Add gpsup alias (#5287)
This commit is contained in:
parent
c09323098a
commit
ae21102030
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue