pub fn get_branch_remote( repo_path: &RepoPath, branch: &str, ) -> Result<Option<String>>
returns remote of the upstream tracking branch for branch
branch