Discovery
All entries

Collection · 6 entries

Git workflow tools beyond the basics

Better diffs, mob programming, parallel worktrees, multi-repo management, and TUI commit graphs - the git tools worth knowing past `git rebase`.

Most teams stop learning git after rebase and squash-merge. The tools below are the next layer: semantic-diff (sem) reviews functions instead of line ranges; parallel-code uses worktrees to compare agents on the same task; mob handles the choreography of pair/mob handovers; gita batches commands across many repos; serie draws a readable commit graph in the terminal.

Related collections