github satococoa/wtp v1.1.0
wtp 1.1.0

latest releases: v2.10.3, v2.10.2, v2.10.1...
12 months ago

Changes

🎯 Improvements

  • Simplified wtp add command interface
    • Removed unnecessary flags: --detach, --track, --force, --cd, --no-cd
    • Adopted -b flag pattern matching git-checkout
    • More intuitive usage

🐛 Bug Fixes

  • Fixed error handling when removing dirty worktrees
    • Error messages now display properly
    • Added guidance to use --force or --force-branch flags

📝 Documentation

  • Updated documentation for new interface
  • Clarified development practices

Usage Examples

Create worktree from existing branch:
```bash
wtp add feature/auth
```

Create new branch and worktree:
```bash
wtp add -b feature/new-feature
```

Create new branch from specific commit:
```bash
wtp add -b hotfix/urgent abc123
```

Don't miss a new wtp release

NewReleases is sending notifications on new releases.