1
0
mirror of synced 2025-12-21 02:46:50 -05:00
Files
docs/content/desktop/making-changes-in-a-branch/viewing-the-branch-history-in-github-desktop.md
2025-07-14 09:14:28 +00:00

1.9 KiB

title, intro, redirect_from, versions, shortTitle
title intro redirect_from versions shortTitle
Viewing the branch history in GitHub Desktop You can see details about any commit in {% data variables.product.prodname_desktop %}, including a diff of the changes the commit introduced.
/desktop/contributing-to-projects/viewing-the-branch-history
/desktop/contributing-and-collaborating-using-github-desktop/viewing-the-branch-history
/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history
/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/viewing-the-branch-history-in-github-desktop
fpt ghec ghes
* * *
View branch history

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)

{% data reusables.desktop.history-tab %}

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

    {% mac %}

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

    {% endmac %}

    {% windows %}

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

    {% endwindows %}

    Screenshot of a list of commits in the "History" tab. Three consecutive selected commits are highlighted in blue and outlined in orange.

  2. 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.

    Screenshot of a commit view. To the right of the "History" tab, the "hello.txt" file is selected from a list and highlighted with an orange outline.

Further reading