Sfoglia il codice sorgente

Add bulk-update-subtree

Willy-JL 2 anni fa
parent
commit
aab170e4e4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .gitconfig

+ 1 - 0
.gitconfig

@@ -1,2 +1,3 @@
 [alias]
     update-subtree = "!f() { git subtree pull -P $GIT_PREFIX $(<${GIT_PREFIX}.gitremote); }; f"
+    bulk-update-subtree = "!f() { find . -name .gitremote -execdir git update-subtree \\;; }; f"