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:
Shuntian Liu 2025-06-04 15:19:59 +01:00
commit 3bc1c2ec6d

View file

@ -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'