if you want to use git on Ubuntu and you enjoy to use terminal, Oh My Zsh is a good alternative for you.
To install
$ sudo apt-get update
$
sudo apt-get install zsh
$
sudo apt-get install git-core
$
sudo sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"