Skip to main content

commits_behind

Function commits_behind 

Source
pub fn commits_behind(branch: &str, parent: &str) -> Result<usize>
Expand description

How many commits parent has that branch does not: nonzero means the branch needs a restack.