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 Jun 19, 2023. It is now read-only.
When using git flow hotfix finish -F -p -m "some message" hotfix01 or similar commands, this implies one or more git push commands as well. What we would like to do is passing -o ci.skip to those git push commands. There are other git push options too, depending which remote git server you're using.
My question being: is there a way to provide extra command line options that are not for git flow but should be forwarded to the inherent git push?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using
git flow hotfix finish -F -p -m "some message" hotfix01
or similar commands, this implies one or moregit push
commands as well. What we would like to do is passing-o ci.skip
to those git push commands. There are other git push options too, depending which remote git server you're using.My question being: is there a way to provide extra command line options that are not for git flow but should be forwarded to the inherent git push?
The text was updated successfully, but these errors were encountered: