Answers for "delete git from project and initialize new git"

30

how to remove git initialization

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

how to remove git from a project

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language