Injae's Lab
Gallery Interest Calculator Mortgage Calculator Annual Tax Table GST Calculator Week Number Calendar Etc My Blog
Login
20190830.Version 1.0.8124.27197.

My Tech Choices

Title Clear git local cache
Writer Injae Date 30/03/2020 6:11:15 PM View 1464 Up 0
https://stackoverflow.com/questions/41863484/clear-git-local-cache

git rm -r --cached .
git add .
git commit -am 'git cache cleared'
git push