Просмотр исходного кода

Fix git alias to update submodules recursively

Emmanuel Bouthenot 9 лет назад
Родитель
Сommit
19d9f4ce94
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .gitconfig

+ 1 - 1
.gitconfig

@@ -18,7 +18,7 @@
     ls = ls-files
     ign = ls-files -o -i --exclude-standard
     unstage = reset HEAD
-    subdate = git submodule update --init --recursive
+    subdate = submodule update --init --recursive
 
 [color]
     ui = auto