Install Github CLI
Windows OS
- Open Powershell as an Administrator.
- Execute the command below to install
Github CLIchoco install gh
- Authenticate
Github CLIby executing the command belowgh auth login
Mac OS
- Open Terminal.
- Execute the command below to install
Github CLIbrew install gh
- Authenticate
Github CLIby executing the command belowgh auth login
