ghMemudahkan pengaksesan GitHub dari command-line. Beberapa subcommands seperti
gh configmemiliki dokumentasi sendiri. Informasi lebih lanjut: https://cli.github.com/manual/gh.
gh repo clone {{pemilik}}/{{repositori}}
gh issue {{[new|create]}}
gh issue {{[ls|list]}}
gh issue view {{[-w|--web]}} {{nomor_isu}}
gh pr {{[new|create]}}
gh pr view {{[-w|--web]}} {{nomor_pr}}
gh {{[co|pr checkout]}} {{nomor_pr}}
gh pr status