Function fast_forward_pulled_branches

Source
pub fn fast_forward_pulled_branches(
    graph: &mut Graph,
    pull_start: Oid,
    pull_end: Oid,
)
Expand description

Update branches from pull_start to pull_end

A normal rebase_development_branches only looks at development commits. If main is pristine or if the user has branches on the same commit as main, we should also update these to what we pulled.