VOOZH about

URL: https://docs.github.com/en/desktop/making-changes-in-a-branch/viewing-the-branch-history-in-github-desktop

⇱ Viewing the branch history in GitHub Desktop - GitHub Docs


Skip to main content

Viewing the branch history in GitHub Desktop

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

Platform navigation

Each commit shows:

  • The commit message
  • The time the commit was created
  • The committer's username and profile picture (if available)
  • The commit's SHA-1 hash (the unique ID)
  1. In the left sidebar, click History.

  2. On the History tab, click the commit you'd like to review.

    You can also select a range of multiple consecutive commits using or .

    You can also select a range of multiple consecutive commits using or .

  3. If there are multiple files in the commit or range of commits, click on an individual file to see the changes made to that file.

Further reading