Add the following line your .bashrc or .zshrc:
source ~/<path to teamleada.com repo>/scripts/.leada.profile
New commands:
git up
git up downloads all updates from origin (and subtrees) and merges the changes into your branch.
git pa
git pa pushes all updates to subtrees to their respective origins.
git ci
git ci is a WIP tool to commit all changes and to automatically submit a pull request.