Procházet zdrojové kódy

Update git alias to update submodules recursively

Emmanuel Bouthenot před 9 roky
rodič
revize
4a2b26ce3e
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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