Unstaged changes after resetgit
解决的办法以下2中办法:shell
1.code
git add .
git reset --hard
git stash
git stash drop