Skip to main content
Version: 5.3.0.0

History

Description

The History tab in Orchestra Web Designer provides a chronological view of commits for the active branch. It allows users to review commit details, inspect file-level differences, and perform operations such as Cherry-Pick, Revert, Reset, or Create.

Each entry displays commit metadata, including Message, Author, Authored Date, Committer, and Committed Date.

All actions correspond directly to standard Git commands and operate on the repository configured in Git Setting.

How It Works

The History tab retrieves the commit log of the active branch and lists each commit in order from newest to oldest.

Users can use this view to explore previous changes or apply specific commits to the current branch.

ActionDescription
CreateOpens a dialog to create a new branch or tag from the selected commit.
Cherry-PickApplies the selected commit onto the current branch.
RevertReverts the selected commit by undoing its changes.
ResetMoves the current branch pointer to the selected commit.