I want to install Git on Debian 9.
I ran apt install git-all
as it says on Git site but it installed version 2.11.0
.
I thought that there was a need for packages update, but apt-get update
and apt-get upgrade
didn't change anything. It appears that this Git version is the latest stable for Debian 9.
I want to use a more recent Git version. What is the best I can do?
CodePudding user response:
In order to run the latest Git version, I followed the instructions on Installing from Source on the official Git site.