Created
August 31, 2015 07:03
-
-
Save gavinwhyte/58aa4b76a624b619a705 to your computer and use it in GitHub Desktop.
upgrading git in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add the PPA to the local index: | |
>sudo add-apt-repository ppa:git-core/ppa | |
update the local repository index | |
>sudo apt-get update | |
and lastly install the git package. | |
>sudo apt-get install git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment