Hacker News new | ask | show | jobs
by HellDunkel 167 days ago
I curious how you paste diffs into the Ai. And wouldnt a coding assistant in the IDE be a much more convenient solution?
2 comments

If you have the changes as a GitHub PR you can add .diff to the end of the URL to get a single page of all the changes

Citation: https://stackoverflow.com/a/6188624

Not convenient for me. I just do git diff | mate and copypaste.