Git Commands-//////
git diff | compare files inside of repo folder////
git rm --cashed | to untrack and not delete file////
git commit | -a -m = commit everything in staging area////
git status --short | see what changes have been applied to repo folder(?)////
git checkout | -b to create a new brand and checkout////
git branch | crates a branch without checking out////
git mv | rename file////
git rm | remove file from folder////
stages of a project-- working directory,index,repo//// .