git 基本流程

1、git clone  git.....   下载相关项目代码权限

Branch: aaaa

Git  add   a

Git commit –m "fix" 

git push origin aaaa

最新提交flow 

git  status 

git diff   看不同 

git add ../../../testcases/pfm_mon/chiptop_pfm_mon_base_test.svh  

Git commit –m "fix rtl" 

git config pull.rebase false 

git pull origin soc_pfm_mon 

git push origin soc_pfm_mon 

Check 下分支上的代码 

push分支

git checkout -b local_main origin/release_veloce_0731 

自己的分支名字为local_main 

 远端的分支名字release_veloce_0731

 git push origin local_main:main

Git  fetch 

Git merge origin/acpu_ss 

git add . 

Git status 

Git commit –m "coresight fix" 

Git push origin coresight:acpu_ss 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值