mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue