Difference between revisions of "Gh"

From wikieduonline
Jump to navigation Jump to search
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
* https://cli.github.com/manual/
  
  [[gh auth]] login
+
Installation:
 +
* macOS: <code>[[brew install gh]]</code>
 +
* Ubuntu: <code>[[apt install gh]]</code>
 +
* Windows:
 +
** <code>[[scoop install gh]]</code>
 +
** <code>[[choco install gh]]</code>
 +
 
 +
 
 +
* <code>[[gh --help]]</code>
 +
* <code>[[gh auth login]]</code>
 +
* <code>[[gh repo list]]</code>
 +
* <code>[[gh config]] set</code>
 +
* <code>[[gh actions]]</code>
 +
* [[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]]
  
[[gh config]] set
 
  
[[gh pr create]]
 
  
 
== Related ==
 
== Related ==
 
* [[GitHub Enterprise Server]]
 
* [[GitHub Enterprise Server]]
 +
* [[hub]]
 +
* <code>[[glab]]</code>
 +
* <code>export [[GH_DEBUG]]=true</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 12:04, 19 January 2024

Advertising: