@brianloveswords
rm
sudo
(which can let you mess up your system)
At least for when you're starting out.
pwd
ls
cd
cd /Users/brian/Projects
cd Projects
cd ~ cd /Users/<username>
cd ../ /Users/brian/Projects -> /Users/Brian
<cmd> --help
man <cmd>
The Internet
git clone
git checkout
git checkout -b
git add <file>
git status
git diff
git commit
git commit -m
git push origin <branch>
git pull