Would love to get some feedback
Show HN: Deff – Side-by-side Git diff review in your terminal
github.com
1–10 of 74 posts
Would love to get some feedback
Show HN: Deff – Side-by-side Git diff review in your terminal
github.com
I have been using https://github.com/jeffkaufman/icdiff for the longest time to get side by side diffs.
git difftool --tool=vimdiffgit difftool --tool=vimdiff
I admit I haven't looked super hard yet, I settled on configuring git to use delta [0] for now and I'm happy with it, but I'm curious if anyone has a workflow for reviewing/iterating on diffs in the terminal that they'd be willing to share. Also open to being told that I'm lightyears behind and that there's a better mental model for this.
I have been using https://github.com/jeffkaufman/icdiff for the longest time to get side by side diffs.
I also use icdiff, but it is good to have the file-awareness for git diff esp. the ability to quickly skip files that I know aren't important.