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