top | item 3271572

GitHub for Mac 1.1

164 points| joshaber | 14 years ago |github.com

61 comments

order

johnthedebs|14 years ago

Looks like a great update (line-by-line committing ftw). I mainly use GitX for git GUI duties, but this looks like it's ready to replace GitX.

It's very handy to be able to switch between projects easily from within the app, and the direct GitHub integration is icing on the cake. The only not-awesome thing I noticed is some general lag and flickering, but hopefully that'll get worked out soon. The team at GitHub is doing some fantastic work.

po|14 years ago

This is definitely a great update and it's getting close, but for me this still can't replace gitx. I absolutely need something that can show a tree-view version of the repo branches. Even the CLI can do this. The web UI has the network graph view which is ok but not great since it doesn't really show branching.

It's so tempting to use a list-view because it looks nice and simple, is easy to implement and it hides complexity. The problem is that I need a view into that complexity to use git. The git model is a tree (or graph even) and to not display it that way just makes things harder.

I think what gitx has is still the best.

drewda|14 years ago

I like the simplicity of Github for Mac. It's a very clean interface. Still, it feels like it's designed for an iPhone screen, not a computer screen. I've been enjoying SourceTree* recently because it shows more on one screen--seems like a good package for when you outgrow Github for Mac.

* http://www.sourcetreeapp.com/

bryanh|14 years ago

Two annoying things I noticed:

* Spelling correction in commit messages. * Option-Z commits instead of undos when entering a commit message.

nspragmatic|14 years ago

> Option-Z commits instead of undos when entering a commit message.

Cmd-z. Opt-z types ohm: Ω.

I wonder why they did that.

csytan|14 years ago

I wrote a simple plugin for Sublime Text that opens the GitHub app and it's been working quite well as a replacement for Textmate & Git bundle.

There's been a few rare times where I've had to drop back to command line because of crashes, but I'm glad to see it's being maintained and updated.

james33|14 years ago

Mind making your plugin publicly available?

phil|14 years ago

They added line by line committing!

That is awesome, I've been using citool for that forever, even though it's ugly on a Mac. (Along with diffing, commit surgery is one of the few tasks where a GUI really scores big).

X-Istence|14 years ago

Check out GitX, it has supported this for a while.

bryanh|14 years ago

I'm a big fan of the GitHub for Mac GUI, I still have to drop down to the terminal to handle a few specific commands (especially when the GUI gets stuck in a merge conflict loop), but it helps me quickly handle stuff and thumb through local repos, especially helping me visualize stuff.

One thing I've noticed is that GitHub's web interface often misrepresents the number of branches we have. The number count is correct, but master is the only branch visible. And it only seems to happen after merges with the GUI...

kneath|14 years ago

On the website, we only show you branches with unique commits. So if you merge a branch, it won't appear. This kind of sucks, but that page will get better with time.

radimm|14 years ago

The interface certainly does look good, but man, I miss some consistency in navigation! And is it so hard to have mouse free control for application that is essentially GIT client?

eschaton|14 years ago

Why would you expect "mouse-free control" for an application whose user experience is fundamentally designed around a pointer?

Of course, GitHub for Mac should leverage Mac OS X's Accessibility infrastructure so it works with assistive technologies like VoiceOver and full keyboard control (I hope it does!) but I suspect from your comment that's not what you're looking for.

mark_story|14 years ago

If you don't want to use a mouse, why not just stick with cli? It doesn't require a mouse and can do everything any gui can do and more.

ozataman|14 years ago

Great stuff, but I'm just too addicted to Magit on Emacs. It's a great luxury to never have to switch out of your editor.

ComputerGuru|14 years ago

I tried GitHub for Mac, but find that a combination of command line git and Tower for line-by-line committing works best.

ComputerGuru|14 years ago

And I'm being downvoted because some people here feel that a link to one application shouldn't have comments recommending another?

gumbo72|14 years ago

Is there anything like this, but for linux?

cpeterso|14 years ago

They are not GitHub GUI clients, but I like git-cola for preparing commits and Giggle for viewing revision history.

LWN article about Giggle: https://lwn.net/Articles/390422/

ptn|14 years ago

If you are into Emacs, magit is rather awesome. Yes, it can do line-by-line commits (you can commit highlighted text).

balac|14 years ago

The closest thing I can think of is the GitX clone gitg.

solutionyogi|14 years ago

Line Committing is a killer feature. Right now, I force myself to check in code for the smallest change because I want my commit to reflect a meaningful change. I could certainly save a lot of time if I had the flexibility to make bunch of changes in the file and then commit them in separate hunks.

cyen|14 years ago

You can already from the command line! git add -p (short for --patch) will let you individual hunks of a file to the staging area.

munificent|14 years ago

GitX supports that. I mainly use the command line for working with git, but I use GitX for committing because it has a great UI for seeing diffs and staging individual chunks.

zpao|14 years ago

You've always been able to do that via the command line (`git add -p <file>`) but it's definitely great to see it in a more user friendly form.

davvid|14 years ago

[shameless plug] http://git-cola.github.com/ can do by-line and by-hunk editing of both the index and work tree. It's had this feature since early 2008 ;-)

I find it easier to do it with a GUI vs. with `git add -p`.

barumrho|14 years ago

There is also "git add -i" for that.

slig|14 years ago

Sorry the stupid question, but: does this work with any git repo or this app is exclusively for github?

guptaneil|14 years ago

This works with any git repo. I've been using it with my personal git repos on my own server since the first release.

alastairpat|14 years ago

It works best with GitHub repositories, but you can use it for basic git commands with any git repository.

I'm not sure that it supports pushing to/pulling from anything except GitHub, so you might still need GitX/Terminal.app for that. I can't swear to this, though.

injekt|14 years ago

Great update, I love the line-by-line committing. One thing that would sell me on this app, though, is having an interface for repo issues. Without that, this is more of a "Git for mac" than a "GitHub for mac", in my opinion.

Keep up the great work guys!

james33|14 years ago

The speed improvements are immediately noticeable and make a world of difference!

te_chris|14 years ago

I've been using sourcetree lately, really, really enjoying it - though line committing is pretty cool, I have apps hosted in places other than github though.

shadowfiend|14 years ago

Github for Mac actually works with any remote repository. The link to Github is superficial.

etherealG|14 years ago

sourcetree has line committing, when in commit/diff view drag on the lines you want and right click, you can commit only a few lines, even if they are only part of a hunk.

ThomPete|14 years ago

I am a designer but I use Tower for mac for when I commit my code to the repository. Anyone know if I am missing out on something with GitHub?

jcheng|14 years ago

From what I've seen, not really. GitHub.app saves you from needing to know what staging, push, pull, fetch are. If you're already productive with Tower then I think going to GitHub.app would be like putting the training wheels back on.

rnadna|14 years ago

It would be nice if it handled issues. Their iphone app does that, but nothing else ... so one wonders whether they could combine the two.

jigs_up|14 years ago

Now I want a mac

stblack|14 years ago

Version 1.1 is crashing like a pig on Snow Leopard for me. This instability looks chronic; Ground Control to Major Tom.

My mistake appears to be adding a repo that lives in a Windows 7 Parallels VM, something that Git Tower handles reliably with ease.

EDIT: two application force-quits and restarts later, it's working better. My crime may have been dragging a bunch of repos into the application window. There's no progress indication, buy Github Mac 1.1 may have been background processing and therefore seeming hung? Who knows. It's better now.