文件名称:wttw:在tmux窗口中创建新的git工作树
文件大小:9KB
文件格式:ZIP
更新时间:2024-04-18 13:13:25
git tmux worktree JavaScript
tw 在tmux窗口中创建新的git工作树。 安装 $ 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
【文件预览】:
wttw-master
----bin()
--------wttw(39B)
----package.json(768B)
----package-lock.json(12KB)
----.gitignore(993B)
----lib()
--------utils.js(4KB)
--------index.js(5KB)
----README.md(629B)