Y
Hacker News
new
|
ask
|
show
|
jobs
by
Brainspackle
40 days ago
what's wrong with "git diff"?
1 comments
AussieWog93
40 days ago
AIs will make often make multiple "commits" worth of changes, and working out what's been done and why from a git diff is often quite hard.
link
cpan22
40 days ago
+1, git diffs show you the changes in repository list order but sometimes it makes more sense to read certain things first - our tool does just that
link