merge_branch {git2r} | R Documentation |
Merge branch into HEAD
merge_branch(branch, commit_on_success, merger)
branch |
The branch |
commit_on_success |
If there are no conflicts written to the index, the merge commit will be committed. |
merger |
Who made the merge. |
A git_merge_result
object.