pub fn is_branch_behind(branch: &str, target: &str) -> Result<bool>
Check if branch is behind target branch. Returns true if target has commits that branch doesn’t have.