코딩/GIT

deleting file when already pushed to remote

타다키치 2019. 5. 22. 15:59

git rm --cache /path/to/file
git commit -am “Remove file”
git push