LinuxMoz

Linux Stuff && Coffee

Ubuntu GIT Install Tutorial

| Comments

How to install GIT on Ubuntu, GIT is a Fast Version Control system similar to SVN (Subversion). GIT is also used by python to install packages such as Django, to install GIT on Ubuntu run the following from the command line.

Ubuntu Install GIT Command

Enter the following Ubuntu install GIT command via sudo:

1
sudo apt-get install git

Ubuntu GIT Install

apt-get will now download and install all the required packages to install GIT on Ubuntu.

(This has been tested on Ubuntu 12.04 LTS edition).

Comments