Fork
GitKraken
GitHub Desktop
SmartGit
SourceTree
tig
TortoiseGit
Sublime Merge
fd
Bat
fzf
The Silver Searcher
Starship (Shell Prompt)
Micro
lazygit
tmux
fd is recommended for developers, system administrators, and power users who often search through directories and require a fast, efficient tool with a shorter learning curve.
fd might be a bit more popular than Fork. We know about 130 links to it since March 2021 and only 93 links to Fork. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Interesting. I actually prefer when agents don't commit on my behalf unless I explicitly say so, I even had to add a custom instruction for Claude to stop doing it (Codex never does it). Even if I don't read all the code line-by-line, I at least want to see the changes at glance and commit myself. Git Fork[0] is a great tool for that, by the way. In general, I don't like when I have to prompt models to NOT do... - Source: Hacker News / 6 days ago
Lazygit is great, I use it all the time for straight forward git-fu. But if you do any advanced work that involves merging a complex codebase across multiple branches and having to manage your load of conflicts, I find Fork[1] (the free version does fine) still takes the cake for that, as the clarity and lack of keyboard bindings, is essential; to make good, conscious decisions. [1] https://git-fork.com. - Source: Hacker News / 10 months ago
Kind of a confusing headline if you have never heard of the "Fork" GUI client for git on non-Linux platforms. https://git-fork.com/. - Source: Hacker News / 11 months ago
✨ Super simple — perfect for visual thinkers, right? Download: https://git-fork.com/. - Source: dev.to / about 1 year ago
Try Fork, it's still obviously git, but it's the easiest I've found so far: https://git-fork.com/. - Source: Hacker News / over 1 year ago
Fast-glob was the Package Killer target, but it was not the only comparison worth making. Developers often reach for fd or ripgrep when they need to locate files from a terminal. They are mature native tools with excellent defaults, so this was not an attempt to manufacture an easy win. - Source: dev.to / 2 days ago
> Find works, but the syntax is arcane. Fd is a lifesaver: https://github.com/sharkdp/fd. - Source: Hacker News / about 2 months ago
I know that if you want `fd` (https://github.com/sharkdp/fd) you need to `apt install fd-find` and which installs the binary `fdfind` (!). - Source: Hacker News / 3 months ago
Fd is a friendlier, faster alternative to find, with sensible defaults and clean output. - Source: dev.to / 4 months ago
Fd is also great and I install it everywhere. https://github.com/sharkdp/fd. - Source: Hacker News / over 1 year ago
GitKraken - The intuitive, fast, and beautiful cross-platform Git client.
Bat - A cat(1) clone with wings.
GitHub Desktop - GitHub Desktop is a seamless way to contribute to projects on GitHub and GitHub Enterprise.
fzf - A command-line fuzzy finder written in Go
SmartGit - SmartGit is a front-end for the distributed version control system Git and runs on Windows, Mac OS...
The Silver Searcher - A code searching tool similar to ack, with a focus on speed.