Commit history in Abstract is a log of commits that allows you to view the changes that have happened on every commit that has ever been made in a given branch, including the main branch. This helps teams quickly track the changes in design work over time and provides a valuable way to revert back to or reopen previous designs.
View commit history on the main branch
The commit history on the main branch shows you the state of every branch that has ever been merged to the main branch. Viewing the the main branch's commit history allows you to see how the main branch has changed over time with each contributor's merge.
To view the commit history for a project's main branch:
- Open the Abstract desktop or web app.
- Select the project that you would like to view.
- Select Main from the left side pane.
- Click Commits at the top of the page.
- Select the commit you would like to view.
In the main content area of the app after you have selected the commit, you can see a preview of what the files on that branch looked like when they were merged. From here you can click the thumbnails to preview the artboards in full screen, navigate to the old branch to view that branch's history, and much more.
View commit history on a branch
You can also use the commit history to view the changes that have happened on any active, archived, or merged branch in Abstract.
To view the commit history of a branch:
- Open the Abstract desktop or web app.
- Select the project that you would like to view.
- Select Branches from the left side pane.
- Select Active, Mine, or Archived at the top of the page to view all branches that are currently active, your currently active branches, or all branches that have been archived or merged, respectively.
- Search by title or filter by author to locate and select the branch that you would like to view.
- Click Commits at the top of the page to view the commit history.
- Click any commit to view the changes.
When you have selected the commit, you can see any title and description that the branch owner added to the commit, a preview of what the files on that branch looked like when they were committed, and any comments that may have been made on that commit. From here you can click the thumbnails to preview the artboards in full screen, leave comments, open the old files untracked to view them in the design tool, copy links to share the commit or its artboards with others, and more.