Y
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
ninju
167 days ago
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
link
EGreg
167 days ago
Not convenient for me. I just do git diff | mate and copypaste.
link
Citation: https://stackoverflow.com/a/6188624