Answers for "remove a folder from git that hasn'"

10

remove git from folder

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

remove directory from git without deleting

#for directory
git rm --cached -r myfile
Posted by: Guest on January-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language