1
0
Fork 0

All submodule shortmaps now use --recursive

master
Mike Gerwitz 2015-04-28 15:40:28 -04:00
parent 8d6e804c05
commit 5f00fde289
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ ma : :merge --abort
mm _git_merge :merge --no-ff
M _git_submodule :submodule
Mi _git_submodule :submodule update --init --recursive
Mu _git_submodule :submodule update
MP _git_submodule :submodule update --remote
Mu _git_submodule :submodule update --recursive
MP _git_submodule :submodule update --remote --recursive
p _git_push :push
pu _git_push :push --set-upstream
P _git_pull :pull