Difference between revisions of "Git push -o"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  [[git push -o]] ci.variable="[[MAX_RETRIES]]=10" -o ci.variable="[[MAX_TIME]]=600"
 
  [[git push -o]] ci.variable="[[MAX_RETRIES]]=10" -o ci.variable="[[MAX_TIME]]=600"
  
 +
 +
git push -o [[merge_request]].label="Label with spaces"
 +
git push -o merge_request.label=Label-with-no-spaces
 
   
 
   
  

Revision as of 10:39, 24 November 2022


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


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

See also

Advertising: