how to refresh cache on github code example
Example: how to refresh cache on github
git rm -r --cached .
git add . //add the changes
git commit -m "changes" //commit changes and push
git push origin master|main
git rm -r --cached .
git add . //add the changes
git commit -m "changes" //commit changes and push
git push origin master|main