46 lines
1.9 KiB
Markdown
46 lines
1.9 KiB
Markdown
---
|
|
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 <kbd>Command</kbd> or <kbd>Shift</kbd>.
|
|
|
|
{% endmac %}
|
|
|
|
{% windows %}
|
|
|
|
You can also select a range of multiple consecutive commits using <kbd>Ctrl</kbd> or <kbd>Shift</kbd>.
|
|
|
|
{% endwindows %}
|
|
|
|

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

|
|
|
|
## Further reading
|
|
|
|
* [AUTOTITLE](/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop)
|