gitkraft-core 0.8.6

Shared core logic for GitKraft — domain models, git operations, repository management
Documentation
1
2
3
4
5
6
7
//! Remote operations and types.

pub mod ops;
pub mod types;

pub use ops::{fetch_remote, list_remotes, pull, push};
pub use types::RemoteInfo;