标签: git commit reset pull
我commit已经编写了一些代码并push将其编辑到我的github帐户。然后,我修改了我的计算机上的代码。我没有add it to the index或{{ 1}}它。现在我想要删除所有这些修改,并使我的机器上的代码与我之前提交的相同。我对各种命令感到困惑 - 如commit等。(我的github帐户只包含我的代码..没有其他人推送它)
commit
push
github
add it to the index
有人可以告诉我该怎么做吗?
答案 0 :(得分:2)
丢弃未提交作品的最简单方法是:
git reset --hard HEAD