10月 312019
 

git撤销修改

丢弃工作区的修改

git checkout  --文件名称

把暂存区的修改撤销掉(unstage),重新放回工作区

git reset HEAD 文件名称

已经commit到版本库,想撤回本次commit

前提:没有推送到远端

git reset --hard HEAD^

或者

git reset --hard commit_id

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)