git-stash-diff — preview a stash without applying it
Color-diffs any stash against current HEAD without touching the working tree. Useful when you can't remember what you stashed three weeks ago.
$ ins install git-stash-diff
copy
Small, useful programs people actually use. Copy, read the source, ship it.
Color-diffs any stash against current HEAD without touching the working tree. Useful when you can't remember what you stashed three weeks ago.
$ ins install git-stash-diff
copy
Walks `git branch --merged`, skips protected names, and prompts once per batch. Dry-run mode lists what it would delete.
$ ins install prune-merged
copy
Wraps `gh pr list` with sensible defaults for weekly reviews. Outputs Markdown ready to paste into a standup doc.
$ ins install gh-pr-since
copy
Detects the default branch from the remote rather than guessing. Handles detached HEAD gracefully.
$ ins install git-rebase-onto-default
copy
Asks type, scope, subject, body, footer. Generates the commit and runs it. Reads `.commitlintrc` if present.
$ ins install conventional-commit
copy
Sets up a sibling-folder worktree per branch with `.envrc` carried over. Adds a `wtr` shortcut to jump between them.
$ ins install worktree-here
copy