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.
Asked
Active
Viewed 174 times
-1
theduck
- 2,529
- 13
- 16
- 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,236
- 2
- 7
- 18
Nilo Alan
- 426
- 3
- 7