Answers for "Remove duplicated files from git"

0

Remove duplicated files from git

git rm --cache /path/to/file
git commit -am "Remove file"
git push
Posted by: Guest on January-17-2022

Code answers related to "Remove duplicated files from git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language