pub fn get_branch_upstream_remote( repo_path: &Path, branch_name: &str, ) -> Option<String>
Returns the upstream tracking remote name for a branch, if configured.