github-gem
github-gem copied to clipboard
`github` command line helper for simplifying your GitHub experience.
``` $ github create test ERROR: myuser/test.git doesn't exist. Did you enter it correctly? fatal: The remote end hung up unexpectedly ``` Am I missing something or this command would...
Please add this fix! Thanks :) **\* Warning: There was a problem accessing the network. A JSON text must at least contain two octets! http://blog.siyelo.com/github-gem-a-json-text-must-at-least-contain https://github.com/glennr/github-gem/commit/4067f97c0e596ce053822c6f1907e6e983b0a638
``` [fjc@metis github-gem]$ ruby -v ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux] [fjc@metis github-gem]$ rake spec (in /home/fjc/Projects/github-gem) ........................................................................................................................................ Finished in 7.703951 seconds 136 examples, 0 failures ``` ``` [fjc@metis github-gem]$...
https://github.com/blog/878-announcing-github-for-mac
what is the best way to do search Github with a complex query? for example: a rails project - which has : - description: that contains the word: 'game' -...
Check it out at: http://github.com/kristianmandrup/github-gem
[For your pulling pleasure](http://github.com/tekkub/github-gem/commit/52a09877307f05c9bbd6cf0f984407850352332f)
Specifically for a `git@` protocol, on Windows with Ruby 1.8.7.
Would love to be able to interact with issues via the gem, instead of just listing them.
ssh-copy-id is a linux tool for copying your private key to remote repos. It would be nice if this gem had the same sort of feature so that you didn't...