Install GIT on Ubuntu 11.04
The GIT is a software for managing versions of projects, was created by LinusTorvalds to the Linux Kernel project, and today is used by a number of other projects.
To install it is pretty simple, just use the command:
$ sudo apt-get install git-core git-doc git-svn git-gui gitk
