Jelajahi Sumber

Fix git alias to update submodules recursively

Emmanuel Bouthenot 9 tahun lalu
induk
melakukan
19d9f4ce94
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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