Эх сурвалжийг харах

Fix git alias to update submodules recursively

Emmanuel Bouthenot 9 жил өмнө
parent
commit
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