Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #refresh #cache #github
ADD COMMENT
Topic
Name
5+2 =