5
Yawned
8y

if you're new to git, becareful not to do something like git reset --hard

it works similar to
git checkout --
rm -rf.

and deletes your files that haven't been checked in

Comments
Add Comment