mirror of https://github.com/CrimsonTome/tldr.git
13 lines
277 B
Markdown
13 lines
277 B
Markdown
|
# hub ci-status
|
||
|
|
||
|
> Display status of GitHub checks.
|
||
|
> More information: <https://hub.github.com/hub-ci-status.1.html>.
|
||
|
|
||
|
- Check the CI status for this branch:
|
||
|
|
||
|
`hub ci-status --verbose`
|
||
|
|
||
|
- Display status of GitHub checks for a commit:
|
||
|
|
||
|
`hub ci-status --verbose {{commit_SHA}}`
|