Skip to main content

is_branch_behind

Function is_branch_behind 

Source
pub fn is_branch_behind(branch: &str, target: &str) -> Result<bool>
Expand description

Check if branch is behind target branch. Returns true if target has commits that branch doesn’t have.