Go to previous topic
Go to next topic
Last Post 17 Apr 2013 12:06 PM by  richh@logicpd.com
Article: Updating git in Ubuntu 10.04
 0 Replies
Author Messages
richh@logicpd.com
New Member
New Member
Posts:52


--
17 Apr 2013 12:06 PM
    Google recently updated their repo tool to require git version 1.7.2 or higher. If you are using Ubuntu 10.04, to update git use

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


    ---