1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-23 18:23:49 +08:00
This commit is contained in:
Paul Frederiksen 2025-12-08 08:35:40 -08:00 committed by GitHub
commit e8a7ed6af8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -402,6 +402,8 @@ alias gss='git status --short'
alias gsb='git status --short --branch'
alias gsi='git submodule init'
alias gsu='git submodule update'
alias gssm='git submodule status'
alias gsde='git submodule deinit'
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'