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
On the Git CLI, I can use git push -o <option> for example git push -o merge_request.create to supply string options with push that are then processed on the server by i.e. the post-receive hook to perform additional actions, like create a pull request automatically after the push etc. See GitLab's options as an example.
On the Git CLI, I can use
git push -o <option>
for examplegit push -o merge_request.create
to supply string options withpush
that are then processed on the server by i.e. thepost-receive
hook to perform additional actions, like create a pull request automatically after the push etc. See GitLab's options as an example.My failed attempt to recreate this with
git2go
:Is there a way to do this?
The text was updated successfully, but these errors were encountered: