标签:res line 放弃 eset reset out div code 修改
git checkout . #本地所有修改内的。没有的提交的,都返回到原来的状态
git stash #把所有没有提交的修容改暂存到stash里面。可用git stash pop回复。git reset --hard HASH #返回到某个节点,不保留修改。git reset --soft HASH #返回到某个节点。保留修改标签:res line 放弃 eset reset out div code 修改
原文地址:https://www.cnblogs.com/anycc/p/12860373.html