digitalmars.D - [OffTopic] GitHub for Mac
- Robert Clipsham <robert octarineparrot.com> Jun 22 2011
- "Nick Sabalausky" <a a.a> Jun 22 2011
- David Nadlinger <see klickverbot.at> Jun 22 2011
- Andrej Mitrovic <andrej.mitrovich gmail.com> Jun 22 2011
- Andrej Mitrovic <andrej.mitrovich gmail.com> Jun 22 2011
- Caligo <iteronvexor gmail.com> Jun 22 2011
- Jacob Carlborg <doob me.com> Jun 22 2011
GitHub have just released github for mac - handy tool if you're on a mac. Announcement: https://github.com/blog/878-announcing-github-for-mac Website: http://mac.github.com/ Doesn't do everything yet, eg bug reports, it does allow you to push/pull/view diffs/work with branches/view history/revert commits etc. It also does rebases if it detects it can do them without rewriting history - handy for avoiding lots of merge messages everywhere. -- Robert http://octarineparrot.com/
Jun 22 2011
"Robert Clipsham" <robert octarineparrot.com> wrote in message news:ittg0r$2tqm$1 digitalmars.com...GitHub have just released github for mac - handy tool if you're on a mac. Announcement: https://github.com/blog/878-announcing-github-for-mac Website: http://mac.github.com/ Doesn't do everything yet, eg bug reports, it does allow you to push/pull/view diffs/work with branches/view history/revert commits etc. It also does rebases if it detects it can do them without rewriting history - handy for avoiding lots of merge messages everywhere.
Wow, that looks awesome. GitHub without having to use some #*$^%!*$ &$^&*#$$&* %#&*# webapp. Hope a Windows version comes soon. Reminds me of Sherlock and Watson: Two of the main things that got me interested in trying Macs ten years ago. 'Course, I ended up not liking Macs, but I loved Sherlock and Watson and absolutely hated seeing them dissapear into obscurity instead of flourishing and getting ported to other platforms like they deserved.
Jun 22 2011
On 6/22/11 10:42 PM, Nick Sabalausky wrote:Wow, that looks awesome. GitHub without having to use some #*$^%!*$ &$^&*#$$&* %#&*# webapp. Hope a Windows version comes soon. […]
I know that you probably don't have the time for that, but creating a Windows version yourself should be entirely possible, as the GitHub API is open (docs at http://developer.github.com/), and libgit2 works on Windows just as well. ;) David
Jun 22 2011
Did github go down for anyone else? It seems to have gone down almost instantly after I made a push in a new repo. :s
Jun 22 2011
Also that GUI looks nice, I wonder how fast it is though. I don't think I'd personally venture into building something like that for Windows, mainly because I only use a minimal set of GIT/GitHub features. But I do have plenty of free time, as you can see. :p
Jun 22 2011
On Wed, Jun 22, 2011 at 6:51 PM, Andrej Mitrovic <andrej.mitrovich gmail.com> wrote:Did github go down for anyone else? It seems to have gone down almost instantly after I made a push in a new repo. :s
http://status.github.com/ """ 04:54 pm PST Everything is back and functional. We experienced high load on the DB server while dropping a large legacy table. Sorry for the hiccup. 04:50 pm PST The database is experiencing high load during a modification operation on the events table. Working on it. """
Jun 22 2011
On 2011-06-22 21:27, Robert Clipsham wrote:GitHub have just released github for mac - handy tool if you're on a mac. Announcement: https://github.com/blog/878-announcing-github-for-mac Website: http://mac.github.com/ Doesn't do everything yet, eg bug reports, it does allow you to push/pull/view diffs/work with branches/view history/revert commits etc. It also does rebases if it detects it can do them without rewriting history - handy for avoiding lots of merge messages everywhere.
Seems kind of cool, but I'm quite satisfied with the command line and gitx. -- /Jacob Carlborg
Jun 22 2011









David Nadlinger <see klickverbot.at> 