Hacker News new | ask | show | jobs
by mklein994 2156 days ago

  git range-diff
Very useful to get an overview of what changed after a rebase.

https://git-scm.com/docs/git-range-diff

2 comments

Thank you for mentioning this. I wrote my own bash script to do something similar ages ago, but I'm betting this will be much less janky.
Really nice. I hope GitHub use this option soon.

Or maybe not: I guess it's kinda slow and heavy on computation.