.gitconfig 201 B

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