Home » Questions » Computers [ Ask a new question ]

How to upgrade Git on Ubuntu? [duplicate]

How to upgrade Git on Ubuntu? [duplicate]

How do I upgrade Git on Ubuntu?

Asked by: Guest | Views: 321
Total answers/comments: 2
Guest [Entry]

"If you want the latest git on your system, add this ppa in your software sources. Then install git-core if it wasn't done before, and update your system.

However I would suggest to upgrade to an unsupported package only if you require some specific features included only in the latest version."
Guest [Entry]

"Just to summarize:

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