Skip to content
Joseph Noir edited this page Feb 10, 2016 · 2 revisions

Git Clients

If you simply find the git commands a little too cluttered, it is said that scm breeze makes things easier. However, if you are set on a UI, here are some suggestions:

Windows and OS X

GitHub has its own client. Is has a clean look, but only works with GitHub.

Linux

Git supports a simple UI which has to be installed separately, e.g., using sudo apt-get install git-gui on Ubuntu. If installed, it can be launched from the shell in you project directory using git gui. It can visualize the history using gitk (In the menu under Repository -> Visualize All Branch History).

Git Help

The Internet is flooded with git tutorials, here are a few:

Clone this wiki locally