Injae's Laboratory
Back to list
Clear git local cache
Injae
30 Mar 2020, 18:11
2116 views
0
https://stackoverflow.com/questions/41863484/clear-git-local-cache
git rm -r --cached .
git add .
git commit -am 'git cache cleared'
git push
Previous
How to deal with JWT expiration?
Next
“Site is under construction” page for asp.net site