mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 07:43:43 +00:00
18 lines
370 B
Plaintext
18 lines
370 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|