mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-28 18:53:47 +08:00
feat(git): Add gsurr alias for git submodule update --remote --rebase
This is useful for syncing a submodule with the remote branch.
This commit is contained in:
parent
95ef251669
commit
3bc1c2ec6d
@ -387,6 +387,7 @@ alias gss='git status --short'
|
||||
alias gsb='git status --short --branch'
|
||||
alias gsi='git submodule init'
|
||||
alias gsu='git submodule update'
|
||||
alias gsurr='git submodule update --remote --rebase'
|
||||
alias gsd='git svn dcommit'
|
||||
alias git-svn-dcommit-push='git svn dcommit && git push github $(git_main_branch):svntrunk'
|
||||
alias gsr='git svn rebase'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user