create new git worktree in tmux window.
npm install wttwcreate new git worktrees.
```
$ npm install -g wttw

`sh
$ 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
``