赞
踩
1.git reset commit_id 返回此次提交前
2. 修改完毕后,git add -u .
3. git commit --amend 修改并进行comment加上changeID
4.git push origin HEAD:refs/for/XXXX_branch
gerrit revie 代码,git 提交 review 出现问题,但后来了又提交了新东西,这个时候
commit 1 new
commit 2
commit 3 oldest
1. git rebase oldest^ --interacitve [会弹出VI 让进行编辑 PICK EDIT,选 EDIT 即可]
2. 赶紧修改
3. git add -u .
4. git commit --amend [编辑]
5. git rebase --continue
6. over
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。