pub fn branch_remote(repo: &Repository, branch: &str) -> Result<String>Expand description
Get the name of the remote of the given branch, if any.
pub fn branch_remote(repo: &Repository, branch: &str) -> Result<String>Get the name of the remote of the given branch, if any.