Add this to your ~/.gitconfig
[color]
branch = auto
diff = auto
status = auto
Especially the git status color are super-useful!
sudo apt-get install gitg
Then do gitg from your repository. You will get nice GUI for browsing history and committing changes.
Doing
git config --global color.ui truein command line should be easier than editing the file directly.Also, all Git GUIs (except probably GitHub's) do the same thing, but you have to click stuff instead. 😱