Skip to content

Change New Worktree to open from remote branch rather than local branch #477

@idofrizler

Description

@idofrizler

Old: git worktree add -b feature-x ../feature-x staging
New: git fetch origin/staging
git worktree add -b feature-x ../feature-x origin/staging

(or something of that sort).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions