I rolled back my last push from git using the following commands:
git reset --hard HEAD@{1}
git push -f
git reset --hard HEAD@{1}
The push was successfully deleted but I lost all the changes from file and the rest of the files from visual studio. How can I get those changes back?