Issue the following command:
sudo aptitude install git
Git is a distributed, fast, and efficient version control system.
It was developed by Linus Torvalds, the same person who created Linux.
Issue the following command:
cd your_project_directory
git init
git add .
git commit -m "It's my first commit"
A good Reference/Tutorial for git
Good introduction to Git, available in Video and PDF formats
Copyright ShareWiz by Peter Roux