···5757 depth: 50
5858 submodules: true
5959```
6060+6161+## git push options
6262+6363+These are push options that can be used with the `--push-option (-o)` flag of git push:
6464+6565+- `verbose-ci`, `ci-verbose`: enables diagnostics reporting for the CI pipeline, allowing you to see any issues when you push.
6666+- `skip-ci`, `ci-skip`: skips triggering the CI pipeline.