Difference between revisions of "Git push -o"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} git push -o ci.skip == See also == * {{git push}} Category:Git")
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
* GitLab: https://docs.gitlab.com/ee/user/project/push_options.html
  
[[git push -o]] ci.skip
 
  
 +
[[git push]] -o ci.skip
 +
 +
[[git push -o]] ci.variable="[[MAX_RETRIES]]=10" -o ci.variable="[[MAX_TIME]]=600"
 +
 +
 +
[[git push -o merge_request.create]]
 +
 +
 +
git push -o [[merge_request]].label="Label with spaces"
 +
git push -o merge_request.label=Label-with-no-spaces
 +
  
 
== See also ==
 
== See also ==

Latest revision as of 08:51, 25 January 2023


git push -o ci.skip
git push -o ci.variable="MAX_RETRIES=10" -o ci.variable="MAX_TIME=600"


git push -o merge_request.create


git push -o merge_request.label="Label with spaces"
git push -o merge_request.label=Label-with-no-spaces

See also[edit]

Advertising: