develog

[git] cache clear 본문

카테고리 없음

[git] cache clear

냐옴 2023. 9. 25. 21:45

 

$ git rm -r --cached .
$ git add .
$ git commit -m 'cache clear'
$ git push
Comments