怎麼checkout一個gerrit提交,完事以後再push

新建一個分支temp,在此分支上執行checkout 命令git

複製要checkout的連接,ssh

在local 分支 git fetch ssh: .....   fetch

checkout:未review的代碼要拉到本地spa

完事以後在52e9efc.....分支上,若是未修改的話在此分支上,執行it

git commit --amend --no-edit,ast

git push origin head:refs/for/masterdi

都是在52e9efc.....分支上便可。view

 

 

若是修改了的話,加一句git add .  (仍是52e9efc.....分支上便可),vi

git commit --amend --no-edit,co

git push origin head:refs/for/master

都是在52e9efc.....分支上便可。

相關文章
相關標籤/搜索