GitPort

Trait GitPort 

Source
pub trait GitPort {
    // Required method
    fn commit(&self, message: &str, opts: &CommitOptions) -> Result<()>;
}

Required Methods§

Source

fn commit(&self, message: &str, opts: &CommitOptions) -> Result<()>

Implementors§