📄️ init, clone & status
Master the foundational Git commands — initialize repositories, clone remote projects, and understand your repository's current state with git status.
📄️ add, commit & diff
Master staging, committing, and inspecting changes — the daily bread-and-butter of Git workflows.
📄️ log & History
Navigate, search, and visualize your Git commit history — from simple log to powerful filtering, formatting, and graph visualization.
📄️ stash & clean
Temporarily save work-in-progress with git stash and remove untracked files with git clean — essential for context switching and cleanup.