When comparing Gitbox vs Ungit, the Slant community recommends Ungit for most people. In the question“What are the best Git clients for macOS?” Ungit is ranked 15th while Gitbox is ranked 24th. 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 Clean, minimalistic UI
The UI is clean and intuitive. The top bar displays the current branch, buttons for pushing or pulling, the target branch and a search box for searching through the history.
The main view is divided into three parts: a file tree, a section that shows the modified files with details and a section that displays information about the remote branch.
Pro Easy to use
Gitbox is very easy to use. You can push, pull and commit all with a single click.
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 Pricing
Con No diff-viewer
Diff-viewing requires an external tool.
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.