merge_named_branch {git2r} | R Documentation |
Merge named branch into HEAD
merge_named_branch(repo, branch, commit_on_success, merger)
repo |
The repository |
branch |
Name of 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.