Answers for "git remove cache from github"

1

git remove cache

> git rm -r --cached . 
> git add . 
> git commit -m 'git cache cleared'
> git push
Posted by: Guest on October-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language