n3wt0n / GitHubSecrets

Repo used for showing GitHub Secrets, Tips and Tricks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URLs are Magic!

n3wt0n opened this issue · comments

Get the User or Organization Avatar:

https://github.com/<username or orgname>.png

https://github.com/n3wt0n.png

Get the DIFF for a Commit or PR:

https://github.com/<owner>/<repo>/commit/<sha>.diff
https://github.com/<owner>/<repo>/pull/<ID>.diff

https://github.com/n3wt0n/GitHubSecrets/commit/143df802c67b70443d4ab4a20b423ae2b0e8833b.diff

Get the PATCH for a Commit or PR:

https://github.com/<owner>/<repo>/commit/<sha>.patch
https://github.com/<owner>/<repo>/pull/<ID>.patch

https://github.com/n3wt0n/GitHubSecrets/commit/143df802c67b70443d4ab4a20b423ae2b0e8833b.patch