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
Transmit the given string to the server, which passes them to the pre-receive as well as the post-receive hook. The given string must not contain a NUL or LF character. When multiple --push-option= are given, they are all sent to the other side in the order listed on the command line. When no --push-option= is given from the command line, the values of configuration variable push.pushOption are used instead.
it would be useful have the chance to configure mvn gitflow:feature-start so that it automatically pushes the new branch as soon as it is locally created -DpushRemote=true decorating the push with extra options.
feature request: It would be useful the ability to send extra push options at the start of tasks.
As an example gitlab supports:
though
https://git-scm.com/docs/git-push
(see also https://docs.gitlab.com/ee/user/project/push_options.html).
it would be useful have the chance to configure
mvn gitflow:feature-start
so that it automatically pushes the new branch as soon as it is locally created-DpushRemote=true
decorating the push with extra options.I imagine something like:
The text was updated successfully, but these errors were encountered: