0

enter image description here

I dont want to delete those files. What should i do? I scratched my github username beacuse of my school.

Ezgi
  • 1
  • 1
    The screenshot has a suggestion to try `git restore`. Maybe try that for restoring the files? :) – AKX Nov 08 '21 at 14:02

1 Answers1

0

git restore FILE_NAME should do the trick

Marijn Kneppers
  • 534
  • 2
  • 15