Created
May 16, 2019 09:30
-
-
Save 1901/da346b4fd502bc7ae971ca964ff69286 to your computer and use it in GitHub Desktop.
[Update git on CentOS 6.x] #git
This file contains 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
yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm -y | |
yum --disablerepo=base,updates --enablerepo=rpmforge-extras update git -y | |
yum update git -y | |
git --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment