Important Key Stuff Flashcards
1
Q
If you want to remove a local git repository, how can you accomplish this?
A
You first go to the folder where the repository is located in the terminal and then type rm -fr .git
If you want to remove a local git repository, how can you accomplish this?
You first go to the folder where the repository is located in the terminal and then type rm -fr .git