我使用git reset --hard <The commit's SHA>
撤消了提交。之后,我的控制台如下所示:
IP710s (master) Cat-clicker
星号(*)从(master)
中消失了。然后,我要在使用后暂存文件:
git add css/app.css
然后git status
它显示
On branch master
nothing to commit, working tree clean
我希望控制台像IP710s (master *) Cat-clicker
一样,并且在暂存文件后像IP710s (master +) Cat-clicker
一样。
如何使其重新工作?我现在不能上演并承诺吗?
谢谢。