Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 869 Bytes

File metadata and controls

38 lines (24 loc) · 869 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

Resources and References