Function repo_fetch

Source
pub fn repo_fetch(
    repo: &Repository,
    remote_name: &str,
    branch_name: &str,
    username: &str,
    password: &str,
) -> Result<Oid, Error>
Expand description

获取远程分支(fetch)

返回值:远程分支Oid