Install the Git 2.2.0 version control system in Ubuntu
Git is an open-source version control system. The latest available version is Git 2.2.0, which has recently been released. Git 2.1 brings 550 changes and fixes. For more information, see the email list.
Install Git 2.2.0 and have PPA available. It supports Ubuntu 12.04, 14.04, 14.10, 15.04 and its derivative versions.
Installation command:
Sudo add-apt-repository ppa: git-core/ppa
Sudo apt-get update
Sudo apt-get install git
Run the following command to uninstall Git 2.2:
Sudo apt-get remove git
Linux git command parameters and Usage Details
Fedora downloads Git through Http Proxy
Install Git on Ubuntu Server
Create a Git repository on the server (Ubuntu)
Git simple tutorial in Linux (taking Android as an example)
Git authoritative guide PDF
Git 2-minute Guide
Git details: click here
Git: click here