git
2026
-
Jul 09
git switch beats git checkout
git switch -c branch says what it does; checkout is four tools in a trenchcoat.
-
Jul 02
git commit --fixup and autosquash
Amend an older commit in a branch without an interactive rebase dance.