--- title: Viewing the branch history in GitHub Desktop intro: 'You can see details about any commit in {% data variables.product.prodname_desktop %}, including a diff of the changes the commit introduced.' redirect_from: - /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 versions: fpt: '*' ghec: '*' ghes: '*' shortTitle: 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.](/assets/images/help/desktop/branch-history-commit.png) 1. 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.](/assets/images/help/desktop/branch-history-file.png) ## Further reading * [AUTOTITLE](/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop)