git_management 0.1.1

A library for managing git repositroies
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
extern crate colour;

mod commands;
pub use commands::{*};
mod extra;
pub use extra::{*};