thoughts-tool 0.12.0

Flexible thought management using filesystem mounts for git repositories
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod clone;
pub mod progress;
pub mod pull;
pub mod ref_key;
pub mod remote_refs;
pub mod shell_fetch;
pub mod shell_push;
pub mod sync;
pub mod utils;

pub use shell_push::PushFailureKind;
pub use shell_push::PushResult;
pub use sync::GitSync;
pub use utils::HeadState;
pub use utils::get_head_state;