Installation
To install
Git
:
apt-get install git
Now you can do the following:
Make a new repository with
git init
.
Clone an existing repository with
git clone
.