Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add support for git-merge-file #1791
Conversation
- add `git merge-file`static method `Repository.MergeFile()` - supports merging individual files outside a working tree - uses libgit2/git_merge_file native - byte array and file path overloads with options provided
|
It seems like everyone is really busy, but this is the first PR I've ever submitted so I'm open to any feedback. Thanks in advance. |
Add support for git-merge-file (Run a three-way file merge.)
MergeFilemethod onRepositorygit_merge_file