https://linuxhint.com/configure-use-aliases-zsh/ ^ How to exit nano. Ctrl, X. Press Y to save and then press enter to save where it currently is.
Insert all company specific ones for where you work
t = travel to my most commonly used package (normally when using Lerna)
tb = take me back to top level of code repo
git config --global alias.p "pull origin master"
git config --global alias.co checkout
git config --global alias.b branch
git config --global alias.st status
git config --global alias.wipe clean -fdx
git stash
git stash pop
git stash apply
git stash list
git stash show
Remove stash at index
git stash pop stash@{1}
show whats in stash
git stash show -p
cls = clear