Play around with Ubuntu (upgrade git to the latest version)

Play around with Ubuntu (upgrade git to the latest version)

Author CodeAllen , please indicate the source


The version of git installed without source is different, the method to update to the latest version is as follows

$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git
Published 315 original articles · praised 937 · 650,000 views

Guess you like

Origin blog.csdn.net/super828/article/details/105444999