The following example demonstrates how to do merges with libgit2.
It will merge whatever commit-ish you pass in into the current branch.
Recognized options are : --no-commit: don't actually commit the merge.
See Implementation
The following example demonstrates how to do merges with libgit2.
It will merge whatever commit-ish you pass in into the current branch.
Recognized options are : --no-commit: don't actually commit the merge.