Answers for "how to delete git repository in a project"

26

delete git repository command line

rm -rf .git
Posted by: Guest on April-01-2020
6

how to remove git from project

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

how to remove git from a project

rm -rf .git*
Posted by: Guest on October-03-2021

Code answers related to "how to delete git repository in a project"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language