Преглед изворни кода

Fix git alias to update submodules recursively

Emmanuel Bouthenot пре 9 година
родитељ
комит
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