libgit2sharp
libgit2sharp copied to clipboard
Let the user send git push options
Please provide a way to send multiple git push option akin to the git command line git push -o ci.skip (aka git push --push-option=ci.skip). This is especially useful in a programmatic use of this library, as we can signal the receiving git server (e.g. GitLab) to skip triggering a CI build.