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

6

how to remove git from project

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

remove git repository

On Windows:
Go to the directory where you want to delete your .git folder then type in cmd

rmdir /S .git.
Posted by: Guest on August-11-2021

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language