Skip to main content

How can I install the latest stable release of Git?

25 Feb 2013 - linux, git

The following commands install the latest stable release of git.

sudo add-apt-repository ppa:git-core/ppa
sudo aptitude update
sudo aptitude upgrade

References