.gitconfig 104 B

12
  1. [alias]
  2. update-subtree = "!f() { git subtree pull -P $GIT_PREFIX $(<${GIT_PREFIX}.gitremote); }; f"