Explorar o código

Add bulk-update-subtree

Willy-JL %!s(int64=2) %!d(string=hai) anos
pai
achega
aab170e4e4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"