create new git worktree in tmux window.
$ npm install -g wttw
$ 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