소스 검색

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