Git clear cache

From Logic Wiki
Jump to: navigation, search


Removing files from repository after adding them to gitingore :

git rm -r --cached .

then followed by

git add .