Add gsuri: git submodule update --recursive --init

This commit is contained in:
Martin Delille 2021-06-06 13:17:02 +02:00
parent e8be3c170d
commit 20ee241c00
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -196,6 +196,7 @@ plugins=(... git)
| `gsb` | `git status --short -b` |
| `gsi` | `git submodule init` |
| `gsu` | `git submodule update` |
| `gsuri` | `git submodule update --recursive --init` |
| `gsd` | `git svn dcommit` |
| `git-svn-dcommit-push` | `git svn dcommit && git push github $(git_main_branch):svntrunk` |
| `gsr` | `git svn rebase` |

View file

@ -382,6 +382,7 @@ alias gss='git status --short'
alias gsb='git status --short --branch'
alias gsi='git submodule init'
alias gsu='git submodule update'
alias gsuri='git submodule update --recursive --init'
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'