1mod command; 2pub mod error; 3pub mod repo; 4 5pub use error::GitError; 6pub use repo::{GitRepo, WorktreeEntry, check_git_version, clone_repo};