Created
October 2, 2016 00:17
-
-
Save CristianLlanos/592d51c68b6c9c69583eec5570a5fb53 to your computer and use it in GitHub Desktop.
Revisions
-
CristianLlanos created this gist
Oct 2, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ You need to add the Git Maintainers repository in order to get the latest Git version. Please run these commands in order: ```bash sudo add-apt-repository ppa:git-core/ppa sudo apt-get update sudo apt-get install git ``` Then, check the version of the installed Git: ```bash git --version ``` It's not always necessary to remove the existing Git before upgrading it, but if you run into any problems, do the following and then repeat the steps mentioned above: ```bash sudo apt-get remove git ``` [Resource](http://askubuntu.com/a/579591)