Next: , Previous: , Up: Miscellaneous   [Contents][Index]


8.5 Worktree

Also see the git-worktree(1) manpage.

%     (magit-worktree-popup)

This prefix command shows the following suffix commands in a popup buffer.

% b     (magit-worktree-checkout)

Checkout BRANCH in a new worktree at PATH.

% c     (magit-worktree-branch)

Create a new BRANCH and check it out in a new worktree at PATH.

% p     (magit-worktree-checkout-pull-request)

Create, configure and checkout a new worktree from a pull-request.

This is like magit-checkout-pull-request (which see) except that it also creates a new worktree.

% k     (magit-worktree-delete)

Delete a worktree, defaulting to the worktree at point. The primary worktree cannot be deleted.

% g     (magit-worktree-status)

Show the status for the worktree at point.

If there is no worktree at point, then read one in the minibuffer. If the worktree at point is the one whose status is already being displayed in the current buffer, then show it in Dired instead.