Answers for "how to uninitialize git"

1

how to uninitialize git

cd path/to/repo
rm -rf .git
Posted by: Guest on May-03-2021
0

how to uninitialize git

rmdir /s .git
Posted by: Guest on October-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language