worktree 0.5.1

A powerful CLI tool for managing git worktrees with enhanced features including centralized storage, automatic config file synchronization, and intelligent branch management
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod back;
pub mod cleanup;
pub mod create;
pub mod init;
pub mod jump;
pub mod list;
pub mod remove;
pub mod skill;
pub mod status;
pub mod sync_config;