Answers for "remove git from app"

10

how to remove git from project

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

remove git from project in windows

// On windows
del /F /S /Q /A .git
Posted by: Guest on June-04-2021
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