摘要: a、如果还没 git add file ,使用该指令进行撤销: git checkout -- fileName b、如果已经git add file , 但是没有 git commit -m "" 分两步操作: b-1、git reset HEAD readme.txt b-2、git statu 阅读全文
posted @ 2020-04-08 10:50 FL1188 阅读(195) 评论(0) 推荐(0)