When comparing Vershd vs Ungit, the Slant community recommends Ungit for most people. In the question“What are the best visual git GUIs?” Ungit is ranked 15th while Vershd is ranked 26th. The most important reason people chose Ungit is:
Ungit is open source software available under the MIT Licence.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Branch comparison tool
This is different, and I haven't seen similar before. It allows easy comparisons between branches. This means you can see when the commits are the same, or very similar.
Pro Modern and slick user interface
It's all pretty intuitive.
Pro Free and Open Source Software
Ungit is open source software available under the MIT Licence.
Pro Cross-platform
Works on Windows, Linux, and OS X.
Pro Optional Integration with Modern Text Editors
Ungit can be integrated directly into modern text editors, Atom, Brackets, and VS Code.
Pro Web-based interface
Ungit is web-based, meaning you can run it on your cloud/pure shell machine and then use the UI from your browser.
Cons
Con No internal file diff currently
There's no internal way of comparing files, although this is on the way apparently.
Con Node.js dependent
Con Setup is not user-friendly
Ungit is distributed as an NPM package and requires git and Node.js to be installed on your system before you can run it. Ungit must be launched by running ungit
in a command line terminal.
Con Exposes git commands to your network
No authentication, if someone can communicate with your computer on the port this is running on, they can execute any git command they want on your repos as well as view your filesystem's folders.