1.9 KiB
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. |
|
|
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 %}
-
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 %}
-
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.

