Answers for "cleaning git cache"

17

git clean cache

$ git rm -r --cached .
Posted by: Guest on May-25-2020
0

clear entrie git cache

git rm -rf --cached .
Posted by: Guest on May-21-2021

Code answers related to "cleaning git cache"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language