ソースを参照

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