Skip to main content

git_ahead_behind_remote

Function git_ahead_behind_remote 

Source
pub fn git_ahead_behind_remote(
    repo_path: String,
    branch: String,
) -> Result<AheadBehindResult, GitError>