CentOS7 / CentOS6 升级 Git 到最新版

2 篇文章 0 订阅

$ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID:    CentOS
Description:    CentOS Linux release 7.4.1708 (Core)
Release:    7.4.1708

Codename:    Core

 

$ git version

git version 1.8.3.1

$ git clone https://github.com/iuscommunity/automation-examples
$ cd automation-examples/
$ git checkout bash
$ sudo ./enable-ius.sh
$ sudo yum swap git git2u  # If CentOS6: sudo yum install -y yum-plugin-replace && sudo yum replace git --replace-with git2u

$ git version
git version 2.14.2
 

参考: https://git-scm.com/download/linux

 

添加自动补全:

 

git clone https://github.com/markgandolfo/git-bash-completion.git
cp `find . -name "git-completion.bash"` ~/.git-completion.bash
source ~/.git-completion.bash
echo "source ~/.git-completion.bash" >> ~/.bashrc

或直接用一行命令来添加自动补全:

 

sudo wget --no-check-certificate -P /etc/bash_completion.d/ https://raw.githubusercontent.com/markgandolfo/git-bash-completion/master/git-completion.bash&&source /etc/bash_completion.d/git-completion.bash

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值