Tuesday, June 5, 2018

bitbucket remove cached some files using git rm -rf command

git rm -rf --cached files 
git commit -a -m "Deleted files" 
git push origin master

No comments: