Git: Checkout Selected Paths Dialog Box
See Also
The Checkout Selected Paths dialog box enables you to check out some files (not a branch) that are currently selected in the IDE from the Index.
You access this dialog box by selecting a versioned project, file or folder and either:
- choose Team > Git > Checkout > Checkout Files from the main menu.
- right-click the selected item and choose Git > Checkout > Checkout Files.
To checkout a file:
- Choose the Update Index with Entries from the Selected Revision option.
Note:
- If the option is selected, the Index is updated with the state in the selected revision prior to the checkout itself.
- Specify the required revision by entering a commit ID, existing branch, or tag name in the Revision field or click Select to view the list of revisions maintained in the repository and choose the required one.
- Review information specific to the revision being checked out 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.
- Press Checkout to complete the checkout
Files in the Working Tree and in the Index are updated to match the version in the specified revision.
- See Also
- About Git Support
- Git Tasks: Quick Reference
- Working with Branches
Legal Notices