~/codex/git
git commands
//commands and workflows you'll use every day
git↗
branching
creating, switching, and deleting branches
git↗
merging and rebasing
combining branches — merge, rebase, cherry-pick
git↗
pr merge strategies
merge commit vs squash vs rebase — what each does and when to use it
git↗
remotes
pushing, pulling, and working with remote repos
git↗
staging and commits
how to stage changes and write commits that actually make sense
git↗
status and inspection
commands to see what's going on before you touch anything
git↗
undoing things
reset, restore, revert — how to get out of a mess