Answers for "remove a file from github repository after push"

0

remove a file from github repository after push

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 a file from github repository after push"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language