Difference between revisions of "Gh"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Installation: | Installation: | ||
* macOS: <code>[[brew install gh]]</code> | * macOS: <code>[[brew install gh]]</code> | ||
+ | * Ubuntu: <code>[[apt install gh]]</code> | ||
* Windows: | * Windows: | ||
** <code>[[scoop install gh]]</code> | ** <code>[[scoop install gh]]</code> | ||
Line 11: | Line 12: | ||
* <code>[[gh --help]]</code> | * <code>[[gh --help]]</code> | ||
* <code>[[gh auth login]]</code> | * <code>[[gh auth login]]</code> | ||
− | * [[gh repo list]] | + | * <code>[[gh repo list]]</code> |
− | * [[gh config]] set | + | * <code>[[gh config]] set</code> |
− | * [[gh actions]] | + | * <code>[[gh actions]]</code> |
* [[gh repo create]] | * [[gh repo create]] | ||
* [[gh repo clone]] | * [[gh repo clone]] | ||
Line 39: | Line 40: | ||
* [[hub]] | * [[hub]] | ||
* <code>[[glab]]</code> | * <code>[[glab]]</code> | ||
+ | * <code>export [[GH_DEBUG]]=true</code> | ||
== See also == | == See also == |
Latest revision as of 12:04, 19 January 2024
Installation:
- macOS:
brew install gh
- Ubuntu:
apt install gh
- Windows:
gh --help
gh auth login
gh repo list
gh config set
gh actions
- gh repo create
- gh repo clone
- gh pr create
- gh pr checkout
gh issue status gh issue list --assignee @me gh issue create -R github.com/cli/cl
gh secret
gh workflow disable gh workflow enable gh workflow list gh workflow run gh workflow view
gh extension
Related[edit]
- GitHub Enterprise Server
- hub
glab
export GH_DEBUG=true
See also[edit]
gh [ auth | repo | secret | issue | workflow | webhook | gh environment | actions | run ] gh auth login, gh pr create, gh --help
Advertising: