Git: Select Revision Dialog Box
See Also
The Select Revision dialog box enables you to view the list of revisions maintained in the repository and choose the required revision.
You access this dialog box by pressing Select in any of the following dialog boxes:
- Create Branch ( Team > Git > Branch > Create Branch)
- Checkout Selected Revision (Team > Git > Checkout > Checkout Revision)
- Checkout Selected Paths (Team > Git > Checkout > Checkout Files)
- Merge Revision (Team > Git > Merge Revision)
To select a revision:
- Expand Branches (if required) in the Select Revision dialog box.
- Choose the required branch or tag.
- Specify the commit ID in the adjacent list.
- Review information specific to the selected revision in the following fields:
- Commit ID: A unique identifier of the branched revision.
- Author: Name of a person who committed the revision.
- Message: A message specified during the commit of the revision.
- Click Select.
The revision is selected.
To select a branch:
- Expand Branches in the Select Revision dialog box.
- Choose the required branch.
- Review information specific to the selected revision marked with a branch name in the following fields:
- Commit ID: A unique identifier of the branched revision.
- Author: Name of a person who committed the revision.
- Message: A message specified during the commit of the revision.
- Click Select.
The branch is selected.
- See Also
- About Git Support
- Git Tasks: Quick Reference
- Working with Branches
Legal Notices