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 -- ."