Answers for "delete all file in git repository"

0

git remove file from repository

git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD
Posted by: Guest on October-19-2021

Code answers related to "delete all file in git repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language