How to reverse 'git clean -xdf'

5.6k views Asked by At

I accidentaly run:

 git clean -xdf

And deleted all the files I needed locally, how can I revert it?

0

There are 0 answers