Hacker News new | ask | show | jobs
by skinnymuch 1850 days ago
Fork is paid after a trial now, right? Not a problem, devs should get paid. It was free and/or open source before so I’m wondering because of that.

For Mac, is there any specific reason for Fork over Tower, or some of the other trendy Git GUIs? I have GitFox from SetApp and it is lacking quite a bit in my opinion. Tower is pricey with yearly subscription, but does have a student discount. I’m sure there’s a couple of others too.

FYI: great in depth post. I’ll be referencing this from time to time.

1 comments

So I would say that it's currently "technically" a paid-for app. It seems like they are doing something like Sublime with a "nagware" approach. I have been using it since it was free and haven't actually needed to pay for it yet. Having said that I will probably pay soon anyway because it is such a valuable tool for me.

As for using Fork vs other apps, I used to use SourceTree before Fork. Fork is my favorite right now because it is less opinionated and really just exposes the Git functionality directly. For example SourceTree made it impossible to force-push because they didn't believe you ever should.

There is another class of app for Git that is like a subset or overlay, like the way GitHub desktop uses "sync" instead of real Git terms. I remember Tower also felt like it was trying to make me see things the way it wanted me to and not the way Git worked but I can't remember the details.

Ah okay cool about Fork then.

I haven’t checked the differences but the class of apps like Fork, GitFox, Tower all feel like they are in the same category. SourceTree def is not in that category :p.

I’ll prob switch to using Fork as my main GUI