Explorar o código

Update git alias to update submodules recursively

Emmanuel Bouthenot %!s(int64=9) %!d(string=hai) anos
pai
achega
4a2b26ce3e
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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