rugged
rugged copied to clipboard
Ability to specify push options
I need to pass some push options when pushing my changes - and I'm unable to see how/where to do this. Am after the equivalent of git push -o bob=foo
.
Looks like libgit2
has the ability to init push_options, but I can't see how to pass this in rugged.
Any clues?