How does this compare to Tower? It's not obvious from the website, but I'm guessing is less fully featured. Anyone with experience with both who can comment?
I used Tower for a while, and I didn't have the chance to test Git for Mac yet (will do later today when I'll be using my Mac). One thing that Tower can do quite well is dealing with multiple remote repositories (e.g. github + heroku). If GitHub for Mac does that as well, I believe I'm going to switch to that.
GitHub for Mac
41–50 of 214 posts
Re: GitHub for Mac
#42Re: GitHub for Mac
#43Earlier quoted context omitted.
Well, their web app tracks the history and changes of your repo hosted there. It means you see them only after you perform a push. On the announcement they say: > But those things are only great after you've pushed your code to GitHub. With the desktop app you can manage your local repository before pushing changes to github
Git is tracking the changes and history, not GitHub.
Re: GitHub for Mac
#44Earlier quoted context omitted.
Why is it a huge deal? It's just a desktop version of their web app. Or am I missing something?
That's kind of like saying that a BMW M5 is just a version of a Ford Fiesta. Both will get you there, but the comfort and enjoyment will be somewhat different.
Re: GitHub for Mac
#45I am going to investigate this for my GitHub project.
Re: GitHub for Mac
#46Looks nice. For someone who has some decent familiarity with version control but none with git specifically: does anybody have any opinion on whether this would be a good way to pick up git for use with Xcode? Version control has always struck me as lending itself well to visual tools so I'm always kind of surprised how poor they usually tend to be.
Having said that, I still use it from the command line just fine. And you're right, it's often the case where a version control tool like git requires something more visual (especially when dealing with out-of-sync branch merging). For that I've typically used GitX, but GitHub for Mac so far looks like a really nice alternative.
Re: GitHub for Mac
#47Re: GitHub for Mac
#48This is a huge deal. The app looks amazing. I used Tower for a bit but didn't cut it for me. I was planning to ditch Github for Codebase tonight but I'll reconsider after this
Why is it a huge deal? It's just a desktop version of their web app. Or am I missing something?
It also does not hurt that the app defaults to use GitHub, though it does seem like you can use remotes that are not GitHub (see repository -> Settings).
Re: GitHub for Mac
#49I hate all the visual clutter and unjustified complexity the new stylish iOS-like interfaces bring. Those interfaces are only good for Twitter and friends (and for screenshots). Some feedback: * Get rid of huge spacing everywhere (for example here: http://github-images.s3.amazonaws.com/blog/2011/mac-screensh... ) * Make animations go faster. * History should have preview pane with diffs (see Mail) instead of making m…
Re: GitHub for Mac
#50I hate all the visual clutter and unjustified complexity the new stylish iOS-like interfaces bring. Those interfaces are only good for Twitter and friends (and for screenshots). Some feedback: * Get rid of huge spacing everywhere (for example here: http://github-images.s3.amazonaws.com/blog/2011/mac-screensh... ) * Make animations go faster. * History should have preview pane with diffs (see Mail) instead of making m…
1. Let me enter an email address separate from my GitHub account. 2. Automatically found git repos on my system. Let me pick which ones to use.
My only two requests are:
1. Show untracked files the way git does, where if a whole folder is untracked, it only shows up in the list once, rather than showing every subfolder and file inside it.
2. Handle submodules better: let me see the submodule changes in a commit, let me browse and commit submodule changes and the commit the parent.