github-gem
github-gem copied to clipboard
`github` command line helper for simplifying your GitHub experience.
See #19. If this looks like it's on the right track, I'll work on it and rename the old pull-request command to something else.
Right now, `gh open` (no args) will lead us to the github top page. It is rather useless. With this change, the same command will bring us to the origin's...
@mojombo, @defunkt please take note that `gem install github-gem` may currently result in installing a version of activerecord with a serious vulnerability: https://gemnasium.com/defunkt/github-gem
I have a repo and I've renamed the 'origin' branch to 'github', so using ``` bash github browse ``` returns ``` bash Error: missing remote 'origin' ``` It'd be great...
gh network list /Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:146:in `initialize': A JSON text must at least contain two octets! (JSON::ParserError) from /Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:146:in`new' from /Library/Ruby/Gems/1.8/gems/json-1.4.6/lib/json/common.rb:146:in `parse' from /Library/Ruby/Gems/1.8/gems/github-0.5.0/lib/commands/helpers.rb:400:in`get_cache'
Nothing that involves the use of the Authentication Token works anymore for the new users. https://github.com/blog/1090-github-api-moving-on Like stated here we need to switch over the v3 API using OAuth methods.
$ gh issues [open|closed] ``` /usr/lib/ruby/1.8/open-uri.rb:277:in `open_http': 401 Unauthorized (OpenURI::HTTPError) from /usr/lib/ruby/1.8/open-uri.rb:616:in `buffer_open' from /usr/lib/ruby/1.8/open-uri.rb:164:in `open_loop' from /usr/lib/ruby/1.8/open-uri.rb:162:in `catch' from /usr/lib/ruby/1.8/open-uri.rb:162:in `open_loop' from /usr/lib/ruby/1.8/open-uri.rb:132:in `open_uri' from /usr/lib/ruby/1.8/open-uri.rb:518:in `open' from /usr/lib/ruby/1.8/open-uri.rb:30:in...
Hi all, Would be nice if there was a way to remotely create a repo / pull a repo from an organization. Would also be nice if the issue tracker...