go-git icon indicating copy to clipboard operation
go-git copied to clipboard

pushOption compatibility

Open anonymez opened this issue 6 years ago • 0 comments

Hi Everybody, I'm looking how to add push options to push git command, but I am not sure go-git support them. Looking to PushOptions in https://github.com/src-d/go-git/blob/master/options.go#L179 there is no attribute expressing pushOption and even trying to add them in .git/config as [push] pushOption = myoption

it seems they are not processed by the library. Is there any plan in adding them?

anonymez avatar Jan 24 '20 15:01 anonymez