-1

I have a repository named my_work on GitHub. In that repository I have 4 files. I want to know if I can directly delete the my_work folder from command terminal.

theduck
  • 2,589
  • 13
  • 17
  • 23

1 Answers1

0

You can try for local repo:

rm -r .git

from the root of the repository.

other links that can help you: How to delete my repository on Git using command line?

How to fully delete a git repository created with init?

Dulaj Kulathunga
  • 1,248
  • 2
  • 9
  • 19
Nilo Alan
  • 730
  • 5
  • 8