feat(git): Add alias for 'git checkout --recurse-submodules' (#9958)

This commit is contained in:
Lasse Peters 2021-06-13 19:25:27 +02:00 committed by GitHub
commit 3ea66642e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@ plugins=(... git)
| gcd | git checkout develop |
| gcmsg | git commit -m |
| gco | git checkout |
| gcor | git checkout --recurse-submodules |
| gcount | git shortlog -sn |
| gcp | git cherry-pick |
| gcpa | git cherry-pick --abort |