I have a github repository and I created a Readme file and wrote inside. Atfet that I worked and writed code in VS code and pushed the code to the github. In that moment my Readme file I created before was deleted.
I used tu push:
git add -u
git push -f
Can I recover that README file?