Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I really love using Bitbucket or Github however I am often offline and unable to access the their issue pages for my projects. Recently Github release a Mac desktop application which allows to manage the repo, however I can't find any desktop application for Mac/Windows/Linux which will allow me to manage either Github or Bitbucket issues and then push them to the actual server.

Is there anything like that available? Or any other recommendation? Thank you.

share|improve this question

1 Answer

up vote 2 down vote accepted

I didn't find one for off-line management, unless you buy a self-hosted GitHub ("GitHub Enterprise") that you would synchronize with your remote GitHub repos.

The other solution is to manage your issues in a separate local bug tracking, and then use GitHub v3 API for Issues in order to read/write the issues from the remote GitHub repo.
With PitHub, you even have an API wrapper in Perl for Issues.

share|improve this answer
1  
Any sugestions for a good offline issue management? – miki725 Dec 7 '11 at 14:29
1  
@miki725: stackoverflow.com/questions/2186628/… is a good start and good source of information. – VonC Dec 7 '11 at 15:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.