git-explore

Crates.iogit-explore
lib.rsgit-explore
version0.1.3
sourcesrc
created_at2022-10-21 06:21:22.739352
updated_at2022-10-23 00:39:58.889932
descriptionA Tool for version control with multi git repo
homepagehttps://github.com/huang12zheng/git-explore
repository
max_upload_size
id693214
size49,040
(huang12zheng)

documentation

README

Install

cargo install git-explore

Usage

#git-explore list -d KEY_BASEPATH
git-explore list
#git-explore init -d KEY_BASEPATH
git-explore init
> create a file git-explore.db with maxvalue of cargo.toml
git-explore commit -d KEY_BASEPATH
> change version on git-explore.db and Cargo.toml
git-explore pull
git-explore push
Commit count: 0

cargo fmt