Earlier quoted context omitted.
First, it is not a browser. You actually do commits, merges and manipulate branches. The size is that big because Gitbox is bundled with official Git binaries so you don't have to install anything else. I will see how to bring the size down in the next versions. Anyway, this fact does not affect the performance and does not eat much memory.
so is that better than gitx?
Gitbox 1.0 released: a version control app for Mac
11–20 of 73 posts
Re: Gitbox 1.0 released: a version control app for Mac
#12With GitX, I can easily cycle through all the files and see a quick summary of what was changed. With GitBox, I have to double click on every single file to get the diff. Either that, or just blind commit files. Not good options.
GitBox has the best push/pull functionality of any git client so far. But its crappy commit panel is really holds it back.
Re: Gitbox 1.0 released: a version control app for Mac
#13I've been trying hard to use GitBox for the last 2 month (beta version), but the lack of a quick view for commits makes me always revert back to GitX. With GitX, I can easily cycle through all the files and see a quick summary of what was changed. With GitBox, I have to double click on every single file to get the diff. Either that, or just blind commit files. Not good options. GitBox has the best push/pull functiona…
Re: Gitbox 1.0 released: a version control app for Mac
#14"Linus made Git for himself. Gitbox brings Git to everyone."
Without Linus' free creation this app wouldn't exist at all.
Re: Gitbox 1.0 released: a version control app for Mac
#15The tagline seems quite negative: "Linus made Git for himself. Gitbox brings Git to everyone." Without Linus' free creation this app wouldn't exist at all.
Re: Gitbox 1.0 released: a version control app for Mac
#16Re: Gitbox 1.0 released: a version control app for Mac
#17so, iam on ppc, will you provide 10.5 in the future?
Re: Gitbox 1.0 released: a version control app for Mac
#18No Github integration, and does not seem to provide much over GitX. At the very least, GitX does have an inline diff viewer when you browse revisions. In Gitbox you have to click a modified file, and then it will launch FileMerge. Too uncomfortable.
Maintaining a tool like this is basically unpleasant. You either need to be maintaining it for internal customers in a large company, or you need to sell it as a product - in other words, it's one of those products you really want to get paid for.
Maybe having a paid project will help keep this app actively developed.
Re: Gitbox 1.0 released: a version control app for Mac
#19so, iam on ppc, will you provide 10.5 in the future?
Unfortunately, no. Gitbox is designed on top of GCD and blocks which are available in 10.6 (which is Intel-only). The tradeoff is worth it: with GCD I was able to implement sophisticated control flow cleaner and faster, and fix a lot of bugs.