TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Manage GitHub Issues with the command line

40 pointsby sassyalexabout 12 years ago

5 comments

nigglerabout 12 years ago
When GitHub is down, the thing I actually miss is the issues. You can't seem to clone them. Are there any public issue trackers that can be easily replicated?
评论 #5584918 未加载
joelcoxabout 12 years ago
I've been using `ghi` for quite some time now and I'm definitely a fan. One feature I'd love to see is offline-mode because I often work on some personal projects during my commute.
XorNotabout 12 years ago
This would go great with Hub (<a href="http://defunkt.io/hub/" rel="nofollow">http://defunkt.io/hub/</a>) which provides pull-request integration.
评论 #5584578 未加载
ortaabout 12 years ago
I have a similar gem but for pivotal tracker: <a href="https://github.com/raul/pt" rel="nofollow">https://github.com/raul/pt</a>
评论 #5585541 未加载
评论 #5584672 未加载
chimeracoderabout 12 years ago
Unfortunately, this only seems to work on the remote named 'origin'. If your branch corresponding to GitHub is named something else (ie, 'github'), it won't work.<p>Nice work otherwise, though - I've been thinking about writing something like this for my own purposes in Go for a while now; glad to see someone else had the same problem.<p>If I have some time later today, I'll put in a pull request... unless someone beats me to the punch.
评论 #5585630 未加载