When comparing fugitive (via vim) vs GitAhead, the Slant community recommends fugitive (via vim) for most people. In the question“What are the best graphical git clients for Linux?” fugitive (via vim) is ranked 10th while GitAhead is ranked 11th. The most important reason people chose fugitive (via vim) is:
The visualization and workflow are great in fugitive. You can do side-by-side or even intra-line diffs all without having to leave your text editor.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Great visualization and interactive workflow
The visualization and workflow are great in fugitive. You can do side-by-side or even intra-line diffs all without having to leave your text editor.
Pro Uninterrupted workflow for common tasks
Simple tasks, such as commits, can quickly be made without leaving the editor.
Pro Seamlessly "Dive into Diffs" to trace the origin & intent of code
git blame
only shows the last change (e.g. a variable rename), but how do you find the origin of the code?
:GBlame
to open blame windowo
on the relevant line to "git show
" the commit- select a diff line from a previous version of the file, and hit
o
to open it- repeat 1 - 3, jumping back through history to find the origin of the line
Pro Multi-platform
Windows, macOS, and Linux.
Pro All basic Git features included
Branches, Pull, Push, Fetch, Cherry-pick, Stash, Revert, Rebase...
Pro It is now free and open source
No longer requires an account.
Pro Qt-based
This means it is fast, looks great on any platform and integrates especially well with KDE.
Pro Fastest on Linux
Not based on web technologies and fastest to start and work with, yet featuring all required features.
Pro Designed to support repository exploration
Pro Can link to most used git cloud providers
Link to gitlab, github and bitbucket accounts.
Cons
Con Poor documentation
The documentation is rather poor and not very helpful.
Con GitAhead is no longer under active development
GitAhead is no longer under active development. Low-level maintenance and bug fix releases will be made as necessary for the forseeable future, but no new features or major changes are planned at this time.
