Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

wt-add: Allow creation of new branches #1

Description

@keggsmurph21

Current behavior:

$ pwd
/path/to/master
$ git branch --list
* master
$ wt add new-branch
worktree-add returned code 128

fatal: invalid reference: z

$ git branch --list
* master
$ pwd
/path/to/master

Desired behavior:

$ pwd
/path/to/master
$ git branch --list
* master
$ wt add new-branch
$ git branch --list
  master
* new-branch
$ pwd
~/.worktrees/:owner/:repo/new-branch

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions