Answers for "how to refresh cache on github"

0

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
Posted by: Guest on May-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language