pub fn build_unified_branches_map(
    view: &View
) -> (BTreeMap<String, BranchTarget>, Vec<String>)
Expand description

Builds a map of branches which also includes pseudo @git remote.

If there’s an existing remote named git, a list of conflicting branch names will be returned.