Skip to content

Commit 96b855a

Browse files
committed
Add dunk
Add link to darrenburns/dunk, a diff prettifier. Signed-off-by: Joe Block <[email protected]>
1 parent ecb93ce commit 96b855a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ If you aren't using any ZSH frameworks, or if you're using `bash`, `fish` or ano
295295
- [blackbox](https://github.com/StackExchange/blackbox) - Tom Limoncelli open sourced the tool they use at Stack Exchange to use GPG to store secrets in a `git` repository.
296296
- [branch-manager](https://github.com/elstgav/branch-manager) - ZSH plugin for branch management
297297
- [commit-helper](https://github.com/andre-filho/commit-helper) - A python script that helps you write commits following commit conventions.
298-
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) - Better looking `git` diffs
298+
- [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) - Better looking `git` diffs.
299+
- [dunk](https://github.com/darrenburns/dunk) - Another tool for prettier `git` diffs.
299300
- [gig](https://dev.to/shihanng/gig-a-gitignore-generator-opc) - a CLI `.gitignore` generator
300301
- [git ZSH plugin](https://github.com/davidde/git) - A replacement for the stock oh-my-zsh `git` plugin. Provides quite a few useful aliases and functions that are more consistent in their naming that the relatively unintuitive ones in the stock plugin.
301302
- [git-absorb](https://github.com/tummychow/git-absorb) - Essentially, when your working directory has uncommitted changes on top of draft changesets, you can run `git absorb` and the uncommitted modifications are automagically folded ("absorbed") into the appropriate draft ancestor commits. The command essentially looks at the lines that were modified, finds a commit modifying those lines, and amends that commit to include your uncommitted changes. If the changes can't be made without conflicts, they remain uncommitted. This workflow is insanely useful for things like applying review feedback.

0 commit comments

Comments
 (0)