# centos升级git版本 {#centos升级git版本}
本文介绍如何升级centos系统的默认git版本。
# 1. 配置yum仓库 {#_1-配置yum仓库}
# 如果是 CentOS 6 系统就安装这个吧
yum install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
# 如果是 CentOS 7 系统就安装下面两个之一吧
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm
# 或者
yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm
# 2. 安装git {#_2-安装git}
yum install git