Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 461 Bytes

readme.md

File metadata and controls

24 lines (12 loc) · 461 Bytes

Scripts

Set Up

Add the following line your .bashrc or .zshrc:

source ~/<path to teamleada.com repo>/scripts/.leada.profile

Git

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.