App-GitHubPullRequest
App-GitHubPullRequest copied to clipboard
Command-line tool to query GitHub pull requests
Sometimes I forget which branches I've already checked out. If I try to `git pr checkout` a branch that already exists locally, the checkout fails, and I'm told it already...
I'm responsible for code reviews across multiple repositories, and I would love to be able to use the command line to assist. When I sign on in the morning, I'd...
This should add the ability to create new Pull Requests.
When working with a team and submitting branches for code review that have been pushed to the master repository, `pr checkout` fails to properly fetch from origin/ prefaced branches. This...
I add use ssh host aliases i.e: Host gh HostName github.com User git This means I can reference remotes in the form gh:user/repo. Unfortunately, git-pr is currently blind to that....
Hey, great tool but wondering what you think of adding something to cover my current use case. 1) There's a PR on Github for Catalyst-Runtime 2) I have a dedicatd...