TortoiseGit vs Ungit
When comparing TortoiseGit vs Ungit, the Slant community recommends TortoiseGit for most people. In the question“What are the best Git clients for Windows?” TortoiseGit is ranked 9th while Ungit is ranked 21st. The most important reason people chose TortoiseGit is:
Licensed under GPL.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Open source
Licensed under GPL.
Pro Windows context menu integration
Context menu enables access to common commands quickly.
Pro Can parse and provide a pretty log of all commits or filter by branch
Pro Convinient blaming tool
Very friendly blame tool. Easy to walk in the history of a file.
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 Windows only
No Linux or OSX versions available.
Con Renames git commands
Makes things hard to find for people used to the git CLI.
Con Buggy file status icons
The file icons are also often buggy and do not reflect its true status. Often times the icon is missing and makes you think a file or folder is untracked, when it is already staged, or sometimes even already committed and pushed.
Con May clutter your Windows Explorer
If you have synced your dev folder to a cloud service, TortoiseGit's git status file icons will override your cloud provider's icons.
Con No support for staging
It does not support staging in any way. You'll never guess that this feature is exist in git.
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.