merge_base_head

Function merge_base_head 

Source
pub async fn merge_base_head(base: impl AsRef<OsStr>) -> Result<String>
Expand description

Returns the merge base of a ref and HEAD.

ยงErrors

Returns an error if git merge-base fails.