pub fn sync(
    effects: &Effects,
    git_run_info: &GitRunInfo,
    update_refs: bool,
    force: bool,
    move_options: &MoveOptions,
    commits: Vec<String>
) -> Result<isize>
Expand description

Move all commit stacks on top of the main branch.