The Wayback Machine - https://web.archive.org/web/20211020093333/https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history

Viewing the branch history

You can see details about any commit in GitHub Desktop, including a diff of the changes the commit introduced.

Each commit shows:

  • The commit message
  • The time the commit was created
  • The committer's username and profile photo (if available)
  • The commit's SHA-1 hash (the unique ID)
  1. Click History. The history tab selected in the sidebar
  2. On the History tab, click the commit you'd like to review. A commit on the History tab
  3. If there are multiple files in the commit, click on an individual file to see the changes made to that file in that commit. A file in the commit

Further reading

Help us make these docs great!

All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.

Make a contribution

Or, learn how to contribute.