When comparing git-cola vs Git for Windows, the Slant community recommends Git for Windows for most people. In the question“What are the best Git clients for Windows?” Git for Windows is ranked 15th while git-cola is ranked 20th. The most important reason people chose Git for Windows is:
By using the CLI, one is given access to every single git function available, thus providing complete flexibility in managing git.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free software
This application is FOSS, and thus it can be freely modified & distributed.
Pro Cross-platform
Works on Linux, Mac and Windows.
Pro Full unicode support
Pro Minimalist interface
Pro Available in Homebrew
Can be easily installed through homebrew by running brew install git-cola
.
Pro The most powerful way to use git
By using the CLI, one is given access to every single git function available, thus providing complete flexibility in managing git.
Pro Offers three kinds of interfaces
Git for Windows includes a command-line interface in the form of Git BASH, a graphical interface in the form of Git GUI and a context menu interface.
Git BASH offers the complete power of git, Git GUI aims to cover all git functionality (though it falls a bit short) in a graphical way and the context menu enables quick access to simple commands.
Pro Great community support
Since most devs invoke git via CLI, there's a higher chance of getting an answer to a CLI-based git problem than that which is GUI-based.
Pro Can generate an RSA key pair
It's possible to generate an RSA key pair using Git BASH. Instructions on how to do so can be found here.
Pro Gives a better overview of how git functions
By using the git from the command line, it's possible to learn how it functions and how best to get the desired result.
Pro Visual representation of commit-history is possible
Even a visual representation of various branches and how they're merged is possible.
To visualize history:
git log --graph
Cons
Con Limited feature set
You sometimes need to touch the terminal in order to get certain things done.
Con Terrible UI
Although it does most of what needs to be done, the actions are not obvious. It is definitely not user-friendly.
