瀏覽代碼

Update git alias to update submodules recursively

Emmanuel Bouthenot 9 年之前
父節點
當前提交
4a2b26ce3e
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .gitconfig

+ 1 - 2
.gitconfig

@@ -18,8 +18,7 @@
     ls = ls-files
     ign = ls-files -o -i --exclude-standard
     unstage = reset HEAD
-    sinit = ! git submodule init && git submodule update && git submodule foreach 'git checkout master'
-    spull = submodule foreach 'git pull'
+    subdate = git submodule update --init --recursive
 
 [color]
     ui = auto