Answer the question
In order to leave comments, you need to log in
Github, how to make files inside a repository visible?
Got the blue screen of death. It took 5-6 hours to fix. I am using Pycharm.
The essence of the problem: all files disappeared from the repository , but they are visible in the commits.
The strange thing is that the name of the folder was study_with_git (as far as I remember), but the name is not critical.
What I want: to make the files visible (so that everything is as before).
Answer the question
In order to leave comments, you need to log in
Look at the history of commits when they disappeared and roll back with git revert or git reset.
You can speed up the search for a specific commit a little with git bisect
https://github.com/ffancer/study_with_codewars/com... - this is where you deleted everything. You need to either rollback this commit, or generally delete all commits (including this one) and recommit again. Just save the files somewhere.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question