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

This commit is contained in:
Christian Couder 2019-07-09 14:17:37 +00:00
parent 2d9cd76f4f
commit d14d9b6694
1 changed files with 2 additions and 1 deletions

View File

@ -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