janschill
9/5/2018 - 8:47 AM

Add Terminal shortcuts

Show how to add shortcuts using an example to remove all unstaged changes

vi /Users/username/.bash_profile
alias nah="git clean -df; git checkout -- ."