在命令行上操作 GitHub 仓库。 更多信息:https://cli.github.com/manual/gh_repo.
gh repo create {{名称}}
gh repo clone {{拥有者}}/{{仓库}}
gh repo fork {{拥有者}}/{{仓库}} --clone
gh repo view {{仓库}} --web
gh repo list {{拥有者}}
gh repo list {{拥有者}} --source -L {{限制数量}}
gh repo list {{拥有者}} --language {{语言名称}}