Explorar el Código

Fix git alias to update submodules recursively

Emmanuel Bouthenot hace 9 años
padre
commit
19d9f4ce94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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