Answers for "how to uninitialized git"

2

how to uninitialize git

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language