git init [project_name}
cd
ls
mkdir
touch
- also creates an empty file if the filename specified doesn’t exist
mv
- this also makes it a convenient way to rename files and folders
rm
git add
git commit
git config
- with the –global flag, makes these changes available across your entire system
git status
git log
git checkout
git diff