-
-
Notifications
You must be signed in to change notification settings - Fork 954
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.
All reactions
Answered by
Byron
Mar 19, 2023
Passing arguments to git push
can be done directly as described here - similar mechanisms also work with the more idiomatic way of handling remotes.
Replies: 1 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.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment