Skip to main content

release

Function release 

Source
pub fn release(repo: &Path, wt: &Worktree) -> Result<()>
Expand description

Removes a worktree, keeping the branch it was on.

The distinction matters: the branch holds the commit a run produced, and promotion, replay and the diff pane all read it from there. Taking the branch would take the change.