git 撤销没有提交的变化
参考: https://stackoverflow.com/questions/5807137/how-to-revert-uncommitted-changes-including-files-and-folders
git reset --hard && git clean -fd
参考: https://stackoverflow.com/questions/5807137/how-to-revert-uncommitted-changes-including-files-and-folders
git reset --hard && git clean -fd