When comparing tig vs Ungit, the Slant community recommends tig for most people. In the question“What are the best Git clients for Windows?” tig is ranked 5th while Ungit is ranked 21st. The most important reason people chose tig is:
If you prefer to do most of your development inside the terminal, changing windows to move to a GUI git client can be annoying. Since tig runs inside the terminal, that's avoided.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Allows you to stay in the terminal
If you prefer to do most of your development inside the terminal, changing windows to move to a GUI git client can be annoying. Since tig runs inside the terminal, that's avoided.
Pro Fast
Pro Vim-like bindings
Pro Available in Homebrew
Can easily be installed with homebrew simply by running brew install tig
Pro Works on any platform
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 Steeper barrier to entry as compared to a GUI solution
Since you have to get used to working in the terminal (if you are not already used to doing that) and learn the commands, it has a steeper learning curve than GUI clients which are usually more intuitive and easier to grasp.
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.