repositorypackage
0.0.0-20240420050656-499d67942197
Repository: https://github.com/jawee/new-worktree.git
Documentation: pkg.go.dev
# README
new-worktree
Tool for easy creation of bug/feature/fix worktrees without having to remember the exact syntax.
Executes
git worktree add {short-type}-branch-name -b {type}/branch-name
Where {short-type} is
- feat
- bug
- fix
and {type} is
- feature
- bug
- fix