Find a commit on GitHub given the commit hash
A URL of the form https://github.com/<owner>/<project>/commit/<hash> will show you the changes introduced in that commit. For example here’s a recent bugfix I made to one of my projects on GitHub: https://github.com/jerith666/git-graph/commit/35e32b6a00dec02ae7d7c45c6b7106779a124685 You can also shorten the hash to any unique prefix, like so: https://github.com/jerith666/git-graph/commit/35e32b I know you just asked about GitHub, but for completeness: If … Read more