Answers for "remove files from github repo"

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 "remove files from github repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language