Skip to content

Instantly share code, notes, and snippets.

@mhixv
Forked from JT501/Install_Git.md
Created August 21, 2019 01:21
Show Gist options
  • Select an option

  • Save mhixv/c85dab2d5201e4955cbbf3f8aa31affa to your computer and use it in GitHub Desktop.

Select an option

Save mhixv/c85dab2d5201e4955cbbf3f8aa31affa to your computer and use it in GitHub Desktop.
Install Latest Git for CentOS 7

Install Latest Git for CentOS 7

You can use WANDisco's CentOS repository to install Git 2.x: for CentOS 7

Install WANDisco repo package:

yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm

Install the latest version of Git 2.x:

yum install git

Verify the version of Git that was installed:

git --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment