Answers for "how to remove git from a direcotry"

10

remove git from folder

rm -rf .git*
Posted by: Guest on March-29-2020
0

how to remove a directory in git

git rm -r --cached myFolder
Posted by: Guest on October-24-2020

Code answers related to "how to remove git from a direcotry"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language