Skip to content

Instantly share code, notes, and snippets.

@1901
Created May 16, 2019 09:30
Show Gist options
  • Save 1901/da346b4fd502bc7ae971ca964ff69286 to your computer and use it in GitHub Desktop.
Save 1901/da346b4fd502bc7ae971ca964ff69286 to your computer and use it in GitHub Desktop.
[Update git on CentOS 6.x] #git
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