···57 depth: 50
58 submodules: true
59```
60+61+## git push options
62+63+These are push options that can be used with the `--push-option (-o)` flag of git push:
64+65+- `verbose-ci`, `ci-verbose`: enables diagnostics reporting for the CI pipeline, allowing you to see any issues when you push.
66+- `skip-ci`, `ci-skip`: skips triggering the CI pipeline.