You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: