Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 504 Bytes

Git.md

File metadata and controls

23 lines (15 loc) · 504 Bytes

Install Git

Linux and Unix distribution

It is easiest to install Git on Linux using the preferred package manager of your Linux distribution.

Debian/Ubuntu

For the latest stable version for your release of Debian/Ubuntu.

To update the package list, use the following command:

sudo apt-get update

We now install git with the following command:

sudo apt-get install -y git

References

For further information, read the Git documentation.