pub async fn merge_no_ff( repo: &Path, branch: &str, message: &str, ) -> Result<GitOut>
git merge --no-ff of branch into the currently checked-out branch.
git merge --no-ff
branch