open_branch
Reopen a previously closed branch to restore access to its version history. Find closed branches by listing with the closed filter, then re-open the one you need.
Instructions
Re-open a previously closed branch. Find closed branches with list_branches({ closed: true }). Does not reload the editor. When NOT to use: to switch the editor onto the branch (use switch_branch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchId | Yes | Id of the closed branch to re-open (from list_branches with closed:true) |