A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
When using commands that require a repo/context, the current git remotes should be used.
E.g. when I type gh issues in the local git directory of a github project, it should list
all the issues of that project. Same with gh repo and similar commands.
agree, the current command line utility i'm using has this and it is much much better and easier to use. right now when I do gh issues I get 100 and only about 5 are for my current repo
When using commands that require a repo/context, the current git remotes should be used. E.g. when I type
gh issues
in the local git directory of a github project, it should list all the issues of that project. Same withgh repo
and similar commands.