Answers for "how to remove a directory containing files in git"

0

how to remove a directory in git

git rm -r --cached myFolder
Posted by: Guest on October-24-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 "how to remove a directory containing files in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language