Y
Hacker News
new
|
ask
|
show
|
jobs
by
AussieWog93
41 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.
1 comments
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