github-gem
github-gem copied to clipboard
`github` command line helper for simplifying your GitHub experience.
`gh issues open` displays the number of votes for each issue. Consider not displaying the vote count as there’s no way to do it in the GitHub Issues UI anymore.
None of the stdout testing works. As an example, open up `spec/commands/command_search_spec.rb` and change line 15 to: ``` stdout.should == "You're a donkey." ``` After you save and run the...
I recently changed my username ( BenWoodward => benwoodward ) but because I had not updated this in my ~/.gitconfig then the github create-from-local command wasn't able to push to...
Using Ruby + SSH from RailsInstaller 1.1.0
Hello, It is all in subject. ``` gh commit -m "something" gh tag "0.0.2" gh push --tags ``` results in that commit is ok and appears when browsing repo's page...
GitHub has an API for add ssh keys (see "Public Key Management" on http://develop.github.com/p/users.html). At a minimum it would be good to be able to upload keys once you have...
I want to be able to say `gh create-from-local foo` where `foo` is the name of the remote repo on github -- rather than using the current folder name.
Its weird that its not creating repository from my local repo with the command `github create-from-local` I've my credentials for `github.user` and `github.token` Whenever I type `github create-from-local`, it just...
when I try install github gem ``` $ gem install json github Building native extensions. This could take a while... Successfully installed json-1.5.3 Successfully installed github-0.6.2 2 gems installed Installing...
Hi! gh merge --squash doesn't squash, and git merge --squash does. Steps to reproduce in my case were: I make fork of bmabey/database_cleaner and then: ``` gh clone stanislaw/database_cleaner gh...