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
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