Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/commit-history-overview.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Overview

Thermal allows you to access and inspect your repository's history. The History view lists all the commits you've made. You can click on specific commit to learn more about it. On the right side, you can preview the file changes from a commit by selecting a file.

![Repository history](./images/repository-history.png)
5 changes: 5 additions & 0 deletions src/data/doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
- title: Repositories settings
link: /repositories-settings

- title: Commit history
items:
- title: Overview
link: /commit-history-overview

- title: Contribute
items:
- title: How to contribute
Expand Down