Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 727 Bytes

use_cli.md

File metadata and controls

34 lines (22 loc) · 727 Bytes

Use CLI

For easy and fast GitHub interaction use the official GitHub command line tool [gh](https://cli.github.com/).

gh lets you do about everything you can do in the UI at least for the day to day work.

I can also be extended using extensions

Install an extension:

gh extension install dlvhdr/gh-prs

You can list your installed extensions:

$ gh extension list
gh prs  dlvhdr/gh-prs

And then you can use the extension:

gh prs

Installation documentation