gh

Memudahkan pengaksesan GitHub dari command-line. Beberapa subcommands seperti gh config memiliki dokumentasi sendiri. Informasi lebih lanjut: https://cli.github.com/manual/gh.

gh repo clone {{pemilik}}/{{repositori}}

gh issue create

gh issue list

gh issue view --web {{nomor_isu}}

gh pr create

gh pr view --web {{nomor_pr}}

gh pr checkout {{nomor_pr}}

gh pr status