gh

since 2021-10-30

GitHub CLI

インストール

https://github.com/cli/cli#installation

winget で Windows にインストールする

> winget install --id GitHub.cli

> where gh
C:\Program Files (x86)\GitHub CLI\gh.exe

WSL2 Ubuntu にインストールする

https://github.com/cli/cli/blob/trunk/docs/install_linux.md

$ which gh
/usr/bin/gh

$ gh --version
gh version 2.2.0 (2021-10-25)
https://github.com/cli/cli/releases/tag/v2.2.0

repo clone

nvda リポジトリの release-2021.2 ブランチを nvda-2021.2 フォルダに clone する

# git だと

> git clone -b release-2021.2 https://github.com/nvaccess/nvda.git nvda-2021.2

# gh だと

> gh auth login
> gh repo clone nvaccess/nvda nvda-2021.2 -- -b release-2021.2
gh.txt · 最終更新: 2021/10/30 12:10 by Takuya Nishimoto
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0