Unstaged changes after reset

解决的办法如下2中办法:

1.

git add .
git reset --hard
 
2.
git stash
git stash drop

相关文章: