- git add - adds to staging
- git init - initializes git repository
- git status - checks status
- git commit -m - commits changes with a message
- pwd - tells you where you are
- ls - list contents of directory you are in
- rm - removes files
- rm -rf - removes directories