Git on Ubuntu - Installation Instructions
Posted on December 28, 2008, under Ubuntu.
0
Hello All,
Recently, I have been a fan of Ubuntu and wanted to try on GIT with one of my project and though would install GIT in Ubuntu. In the bash please have the following commands:
sudo apt-get install git
sudo apt-get install git-core
This has been a breeze for me in installing this and once you have installed type the following command:
git
This should give a list of options to be used with GIT.

