I accidentally set my entire Next.js application to zero with the command git reset --hard origin/master.
git fetch --all
git reset --hard origin/master
How can I reset everything?
I accidentally set my entire Next.js application to zero with the command git reset --hard origin/master.
git fetch --all
git reset --hard origin/master
How can I reset everything?