wttw

0.0.13 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wttw

Weekly Downloads

11

Version

0.0.13

License

MIT

Unpacked Size

28.5 kB

Total Files

10

Last publish

Collaborators

  • chitacan