I have a problem, create a repository with git and upload it to Github, then I realized that I had uploaded the entire directory including the key files of the APIs that I used.
Then I made a git -rm
of those files and git commit
and removed them from the repository.
But of course now I have also disappeared from my local folder, is there any way to recover them in my local directory?