A
A
AlbaFancer2022-03-16 10:57:41
git
AlbaFancer, 2022-03-16 10:57:41

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).

6231984a22da2841074673.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2022-03-16
@vabka

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

S
Stanislav Makarov, 2022-03-16
@Nipheris

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 question

Ask a Question

731 491 924 answers to any question