Commit view
You can view commit details and changed files in the Commit view.
Commit view layout
To open a commit in the Commit view, click it in the Commits activity.
The Commit view displays the following information.
- Author: Who created the commit.
- Timestamp: When the commit was created.
- Full commit hash: The full identifying hash of the commit.
- Commit message: The message of the commit.
- Parent: The commit on which the current commit is based.
- Related Issues: The issues related to the commit.
The Commit view also shows if a commit was signed with a Git signature.
Commit actions
In the Commit view, click the following icons to perform a commit action.
| Icon | Action |
|---|---|
| Create Tag Here | Creates a tag and applies the tag to the commit. |
| Open On.. | Opens the commit in the built-in Web Browser tab. |
| Revert This Commit | Creates a new commit that reverts the changes of the commit. |
| Cherry-pick This Commit | Cherry-picks the changes of the commit into a new commit. |
| Reset To This Commit | Changes the commit that a branch references. |
| Amend This Commit | Modifies the previous commit. |
| Checkout (detached HEAD) | Replaces local files with exact files of the commit. |
Files changed
In the Commit view, you can view which files were changed in a commit and how many lines were added or deleted.
Click a file to view the inline diffs of each file. Click the View side-by-side diff icon to view the file in Diff view. For more information, see Diff view.