ubuntu系统上git版本升级

# To get the very latest version of git, you need to add the PPA (Personal Package Archive) from the Ubuntu Git Maintainers Team to your Software Source list. Do that with the add-apt-repository command to add the PPA:

sudo add-apt-repository ppa:git-core/ppa

# Then update the source list and upgrade git:
sudo apt-get update
sudo apt-get install git

可以通过git --version进行版本检验


版权声明:本文为zeye5731原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。