Crate git_worktree_cli

Crate git_worktree_cli 

Source
Expand description

Git Worktree CLI - A tool for managing git worktrees efficiently

This library provides the core functionality for the git worktree CLI tool, enabling easy creation, management, and removal of git worktrees.

Re-exports§

pub use cli::Cli;
pub use cli::Commands;
pub use error::Error;
pub use error::Result;

Modules§

bitbucket_api
bitbucket_auth
bitbucket_data_center_api
bitbucket_data_center_auth
cli
commands
completions
config
constants
core
Core business logic for git worktree management
error
Error types for the git worktree CLI
git
github
hooks