Skip to content

Releases: chitacan/wttw

0.0.8

20 Aug 02:59
Compare
Choose a tag to compare

wttw

create new git worktree in tmux window.

installation

$ npm install -g wttw

how it works?

$ tree
project
├── .default_files
│   └── default_file
└── master
    ├── .git
    └── files1

$ wttw new new_branch
$ tree
project
├── .default_files
│   └── default_file
├── new_branch
│   ├── .git
│   ├── default_file
│   └── file1
└── master
    ├── .git
    └── files1