Commit d14d9b66 authored by Christian Couder's avatar Christian Couder

Add --push-option example in doc/ci/yaml/README.md

parent 2d9cd76f
......@@ -2829,7 +2829,8 @@ Alternatively, one can pass the `ci.skip` [Git push option][push-option] if
using Git 2.10 or newer:
```sh
git push -o ci.skip
git push --push-option=ci.skip # using git 2.10+
git push -o ci.skip # using git 2.18+
```
<!-- ## Troubleshooting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment