Skip to content

Instantly share code, notes, and snippets.

@JT501
Last active November 17, 2019 06:19
Show Gist options
  • Save JT501/0dfe4e1f671faa3d24561728fd70ba5f to your computer and use it in GitHub Desktop.
Save JT501/0dfe4e1f671faa3d24561728fd70ba5f 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