libgit2 / libgit2sharp

Git + .NET = ❤
http://libgit2.github.com
MIT License
3.15k stars 887 forks source link

git reset --merge not available #1946

Open talhaahsan-git opened 2 years ago

talhaahsan-git commented 2 years ago

Please implement the functionality of

git reset --merge

These are already available in the library: git reset --mix git reset --soft git reset --hard

We want to use git reset --merge as well