Procházet zdrojové kódy

Fix git alias to update submodules recursively

Emmanuel Bouthenot před 9 roky
rodič
revize
19d9f4ce94
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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