зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
50 строки
1.2 KiB
Plaintext
50 строки
1.2 KiB
Plaintext
https://cli.github.com/
|
|
https://github.com/cli/cli
|
|
|
|
scoop bucket add github-gh https://github.com/cli/scoop-gh.git
|
|
scoop install gh
|
|
|
|
https://cli.github.com/manual/
|
|
auth
|
|
login
|
|
https://cli.github.com/manual/gh_auth_login
|
|
Tip: you can generate a Personal Access Token here https://github.com/settings/tokens
|
|
The minimum required scopes are 'repo', 'read:org', 'workflow'.
|
|
- gh config set -h github.com git_protocol https
|
|
Configured git protocol
|
|
Logged in as iharh
|
|
setup-git
|
|
Configure git to use GitHub CLI as a credential helper
|
|
refresh
|
|
... --scopes write:org,read:public_key
|
|
status
|
|
...
|
|
repo
|
|
create <user/repo> --public --clone
|
|
clone <user/repo>
|
|
sync
|
|
config
|
|
list
|
|
git_protocol=https
|
|
editor=
|
|
prompt=enabled
|
|
pager=
|
|
http_unix_socket=
|
|
browser=
|
|
get
|
|
set
|
|
|
|
ext
|
|
https://github.com/redraw/gh-install
|
|
|
|
2020
|
|
https://github.blog/2020-09-17-github-cli-1-0-is-now-available/
|
|
https://nuancesprog.ru/p/7285
|
|
https://github.blog/2020-02-12-supercharge-your-command-line-experience-github-cli-is-now-in-beta/
|
|
https://mislav.net/2020/01/github-cli/
|
|
|
|
gh
|
|
api
|
|
...
|
|
alias
|