gwx 2.2.1

A friendly git worktree manager with automatic paths, hooks and shell integration
1
2
3
4
5
6
7
8
pub mod add;
pub mod cd;
pub mod clean;
pub mod init;
pub mod list;
pub mod man;
pub mod remove;
pub mod shell;