CentOS7 升级 Git 到最新版

本文介绍如何在CentOS 7.4上将Git从1.8.3.1升级到2.14.2,并提供了添加Git自动补全功能的方法。通过使用特定的脚本和命令,可以轻松完成Git的更新及增强用户体验。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

转自:https://blog.youkuaiyun.com/jaket5219999/article/details/78398916

$ 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  
>>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 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值