Add button to download diff of PR
See original GitHub issueFor instance, here https://github.com/ansible/ansible/pull/54740, a button that reads ‘Patch’ with a download icon could appear next to the Files changed
tab or next to the title of the PR.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Add button to download diff of PR · Issue #1907 - GitHub
Ctrl+L , ➡️ , type .diff and Enter; cd into/ansible/folder; patch -p1 < ~/Downloads/54740. Making ...
Read more >Download Github pull request as unified diff - Stack Overflow
To view a commit as a diff/patch file, just add .diff or .patch to the end of the URL, for example: https://github.com/weppos/whois/pull/90 ...
Read more >Allow for download of diff for use in external diff tools
It would be convenient to allow for the download of the diff file during a pull request. By this I mean, it would...
Read more >Create a pull request to review and merge code - Azure Repos
Learn how to create pull requests or draft pull requests in Azure Repos using Git, and add details and reviewers.
Read more >How to Create a Pull Request on GitHub using VS Code
1. Head over to GitHub to create your PR after committing! ... Go to the Pull requests section in the repository and click...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
RGH already shows diff/patch links in commit pages, but not in PRs.
For the record, you can always access that by appending
.diff
to the URL: https://github.com/ansible/ansible/pull/54740.diffBut before we go further, why? How do you use the downloaded
.diff
file?Oh right! Thanks for pointing out.