Willy-JL пре 2 година
родитељ
комит
aab170e4e4
1 измењених фајлова са 1 додато и 0 уклоњено
  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"