git diff - See changes between commits
git log - See commit history
git clone - Remote repo → Local
git fork - Create copy of repo under your account
git pull - Remote latest changes → Local
git push - Local commits → Remote
git blame - Who changed which line
git merge - Combine branches
git branch - Displays current branch
.gitignore - Skip tracking files

Image description

Image description

Image description

Image description