I have a repository named my_wor
k 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.
Asked
Active
Viewed 297 times
-1

theduck
- 2,589
- 13
- 17
- 23

KHAN AFZAL
- 1
- 3
1 Answers
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?

Dulaj Kulathunga
- 1,248
- 2
- 9
- 19

Nilo Alan
- 730
- 5
- 8