donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.59k stars 439 forks source link

Use current .git as default #60

Open koraa opened 8 years ago

koraa commented 8 years ago

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.

donnemartin commented 8 years ago

Thanks for the suggestion!

avishaan commented 8 years ago

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