github-gem
github-gem copied to clipboard
`github` command line helper for simplifying your GitHub experience.
I'm running into a problem on Windows 7 x64, where the github gem claims to require win32-open3 even though this functionality (I think?) is baked into ruby 1.9.2. I tried...
I've never been able to get the 'gh create' calls to work. I tried all sorts of combinations and trying to specify the repo in different ways. Nada. So I...
Hey, I did a google search for 'github gem' to find a command line gem for creating repos and google really loves this repo. But it seems that you're taking...
I have an error: ``` gh issues open Error: remote 'origin' is not a github URL ``` My repository is ``` git remote -v origin https://[email protected]/soliverr/bash-prompt.git (fetch) origin https://[email protected]/soliverr/bash-prompt.git (push)...
I'm using [git flow](https://github.com/nvie/gitflow), which creates nested branches: "feature/MY-FEATURE" ``` shell ~/workspace/project(feature/MY-FEATURE) gh browse ``` Using nested branches `gh` opens "https://github.com/feature/project/tree/MY-FEATURE" instead of "https://github.com/phstc/project/tree/feature/MY-FEATURE"
I work on projects on GitHub that receives a fair number of pull requests, and most of the time I need to make some slight adjustments on them before merging...
Before: 1) Psych::SyntaxError in 'github issues issues web opens the project's issues page' couldn't parse YAML at line 2 column 8 spec/commands/command_issues_spec.rb:24:in `block (2 levels) in ' 2) Psych::SyntaxError in...
Some of the commands that I want only make sense in the context of a specific project, and I'd like to keep those in my home directory. This change enables...