• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Get latest stable Git with Ubuntu PPA

5 December, 2016

Using the latest Git version in Ubuntu gives additional robustness against corrupted histories when adding remotes.

These Terminal commands configure Ubuntu to use the latest Git release.

apt-add-repository ppa:git-core/ppa
apt update
apt upgrade
  • git