Remix.run Logo
Brainspackle 2 days ago

what's wrong with "git diff"?

AussieWog93 2 days ago | parent [-]

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.

cpan22 2 days ago | parent [-]

+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