libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Let the user send git push options

Open rgl opened this issue 2 years ago • 0 comments

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.

rgl avatar Jun 21 '23 19:06 rgl