cargo-git 0.7.0

An opinionated helper command to use git with cargo. This does not replace the git command but should be used in conjunction with.
1
2
3
4
5
6
7
8
9
10
11
pub mod add;
pub mod check;
pub mod checkout;
pub mod commit;
pub mod delete;
pub mod diff;
pub mod fork;
pub mod merge;
pub mod push;
pub mod squash;
pub mod update;