Skip to main content

commits_ahead

Function commits_ahead 

Source
pub async fn commits_ahead(
    worktree: &Path,
    base: &str,
    head: &str,
) -> Result<usize>
Expand description

How many commits head is ahead of base.