Add GitCheckout
This commit is contained in:
parent
2ba4c3b1c2
commit
9e3173507d
4 changed files with 80 additions and 3 deletions
|
|
@ -4,5 +4,6 @@ pub trait Symbol {
|
|||
fn execute(&self) -> Result<(), Self::Error>;
|
||||
}
|
||||
|
||||
pub mod git;
|
||||
pub mod user;
|
||||
pub mod systemd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue