gitconfig 229 B

1234
  1. [alias]
  2. add-app = "!bash .utils/add-app.sh"
  3. update-app = "!bash .utils/update-app.sh"
  4. bulk-update-apps = "!f() { set -e; find . -depth -maxdepth 2 -name .gitsubtree \\( -execdir git update-app \\; -o -quit \\); }; f"