Answers for "remove git info from project"

10

remove git from project

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

remove git from project

// On windows To remove git from project
del /F /S /Q /A .git
Posted by: Guest on January-26-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language