Fork, aka the footgun git UI that repeatedly causes me to lose productive time to help junior devs unmangle their local repos. I usually recommend SourceTree to them, not because it's particularly amazing, but it does enough while not breaking repos (as often).
Git Fork: A fast and friendly Git client for Windows and Mac
21–30 of 66 posts
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#22Does this handle LFS file-locking? Very handy for repos with lots of binaries (eg game dev), but also almost wholly unimplemented in the most popular Git GUI clients.
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#23Fork, aka the footgun git UI that repeatedly causes me to lose productive time to help junior devs unmangle their local repos. I usually recommend SourceTree to them, not because it's particularly amazing, but it does enough while not breaking repos (as often).
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#24Unrelated to fork itself, but I always wonder how do people implement the vertical colored lines representing branches and merges. This is present in almost all git desktop clients, and of course very useful.
git log --graph --oneline --all
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#25I love Fork, it just seems to work the way I expect such a tool to behave. Also very snappy, even with large diffs. I do wish it were available on Linux as well.
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#26Fork, aka the footgun git UI that repeatedly causes me to lose productive time to help junior devs unmangle their local repos. I usually recommend SourceTree to them, not because it's particularly amazing, but it does enough while not breaking repos (as often).
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#27Earlier quoted context omitted.
I used to use tower, but I switched to fork for two reasons - it was more performant with my work monorepo, and fork's a one time payment and tower's an annual subscription (and more expensive). I'm not affiliated with them at all but I'm a happy customer and recommend you give it a shot; they have a free trial.
I’m not the GP. I don’t like subscriptions and looked at Fork after your comment. I couldn’t find the policy on versions and upgrades. Is it a one time purchase with updates for major versions or for a period of time (after which updates wouldn’t be available) or a one time purchase forever (how would the developers and the product survive)? The purchase page says one license is for up to three computers. It doesn’t…
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#28Personally the only GUI stuff I find useful are the features that are already part of VSCode (live showing what I have changed or doing a diff). Outside of that I generally find that any GUI for git just inevitably makes something just opaque enough that I don't really know for sure what I am about to commit or where I am pushing too. For me "git status" >> "git add XYZ" >> "git status" >> "git push" are so ingrained in my workflow that I don't get that feedback in any UI I have seen.
I have started to dip my toes into it a bit now with the Atlassian integration that can name new branches properly... but even using that just gives me a weird disconnect with what is actually happening that it doesn't feel right. After the creation of the branch I am back to my cli.
Maybe it is just because I live in the command line anyways (enough so that I have iTerm setup to just pop up from the bottom of my screen with a keyboard command) that I just feel more comfortable with the command line?
I just feel like I am missing something here since I know some do rely on these tools heavily.
Re: Git Fork: A fast and friendly Git client for Windows and Mac
#29Re: Git Fork: A fast and friendly Git client for Windows and Mac
#30Fork, aka the footgun git UI that repeatedly causes me to lose productive time to help junior devs unmangle their local repos. I usually recommend SourceTree to them, not because it's particularly amazing, but it does enough while not breaking repos (as often).