githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

If I delete the README.md how do I undo it locally? #678

Closed tnguyen03 closed 8 years ago

saranicole commented 8 years ago

If you are on the master branch and you delete the README.md locally you can restore your local working directory: git reset --hard

to restore the file