fuck it. rm -rf repository; git clone repositoryBeen using git since almost as long as its been around, still can't be bothered to learn to how to fix conflicts.
Rename it, so you can run diff on those surprising things that in no way could have changed, but are not equal to the repository. And then delete.Or keep the X-old; X-backup; X-bkp; X-old-old; X-old3 dirs.
I think git clean is more appropriate. With git stash you create a stash which you then have to drop.
git restore is a pretty new command AFAIK. Those of us who learned git before its existence have probably stuck to the old ways of git reset --hard.
alias mybad='git add -u && git commit --amend --no-edit && git push --force-with-lease'
fuck it. rm -rf repository; git clone repository
Been using git since almost as long as its been around, still can't be bothered to learn to how to fix conflicts.
Rename it, so you can run diff on those surprising things that in no way could have changed, but are not equal to the repository. And then delete.
Or keep the X-old; X-backup; X-bkp; X-old-old; X-old3 dirs.