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 was 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?
When using
git flow hotfix finish -F -p -m "some message" hotfix01or similar commands, this implies one or moregit pushcommands as well. What we would like to do is passing-o ci.skipto 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?