apollo制作patch文件

1、确定远端最新代码的版本(若未更新则先执行git fetch origin edu_sim_contest命令更新)

git fetch origin edu_sim_contest

2、执行git rev-prase origin/edu_sim_contest 确定基准代码的版本

git rev-parse origin/edu_sim_contest

3、检查从基准版本到本地当前版本一共有多少个commit

git rev-list --count f24630b30b76d8b14bf1815dc2a025277e034649..HEAD

4、使用git format-patch制做patch文件

使用以下任意一条指令即可,第一条指令中的HEAD~1中的数字1即为上一步操作中数出来的commit数。使用该方法可以将多个commit制作为1个patch文件。

git format-patch HEAD~1 --stdout > test2.patch
git format-patch f24630b30b76d8b14bf1815dc2a025277e034649 --stdout > test3.patch
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值