Skip to main content

git_ahead_behind

Function git_ahead_behind 

Source
pub fn git_ahead_behind(
    repo_path: String,
    ref1: String,
    ref2: String,
) -> Result<AheadBehindResult, GitError>