Add GitCheckout

This commit is contained in:
Adrian Heine 2016-10-27 17:49:33 +02:00
parent 2ba4c3b1c2
commit 9e3173507d
4 changed files with 80 additions and 3 deletions

View file

@ -4,5 +4,6 @@ pub trait Symbol {
fn execute(&self) -> Result<(), Self::Error>;
}
pub mod git;
pub mod user;
pub mod systemd;