Function git_nomad::workflow::sync

source ยท
fn sync(
    renderer: &mut impl Renderer,
    git: &GitBinary<'_>,
    user: &User<'_>,
    host: &Host<'_>,
    remote: &Remote<'_>,
) -> Result<()>
Expand description

Synchronize current local branches with nomad managed refs in the given remote.