push with options? #1565
Answered
by
Byron
jalanh11640
asked this question in
Q&A
push with options?
#1565
-
Can anyone point me to an example of how to push a branch to a remote and specify options? Here's a git command line example of what I would like to do via python. git push -o ci.variable="CI_MODULE=myValue" Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Mar 19, 2023
Replies: 1 comment
-
Passing arguments to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Passing arguments to
git push
can be done directly as described here - similar mechanisms also work with the more idiomatic way of handling remotes.