rsmultigit 0.1.8

Manage multiple git repositories at once
1
2
3
4
5
6
7
8
9
10
11
12
mod common;

#[path = "tests_mod/check_same.rs"]
mod check_same;
#[path = "tests_mod/cli.rs"]
mod cli;
#[path = "tests_mod/count.rs"]
mod count;
#[path = "tests_mod/status.rs"]
mod status;
#[path = "tests_mod/version.rs"]
mod version;