Git clear cache

From Logic Wiki
Revision as of 09:08, 25 September 2024 by AliIybar (Talk | contribs) (Created page with "Category:git Removing files from repository after adding them to gitingore : git rm -r --cached . then followed by git add .")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Removing files from repository after adding them to gitingore :

git rm -r --cached .

then followed by

git add .