摘要: 一、git 常用命令 二、撤回、回滚、清空 撤回(已经commit,但是还没有push): 回滚(已经commit,但是还没有push): 已经push git reset --hard <commit_id> git push origin HEAD --force 例如: 清空删除文件: 阅读全文
posted @ 2018-11-12 15:56 郭磊—lily 阅读(206) 评论(0) 推荐(0) 编辑