Difference between revisions of "Git clear cache"

From Logic Wiki
Jump to: navigation, search
(Created page with "Category:git Removing files from repository after adding them to gitingore : git rm -r --cached . then followed by git add .")
 
(No difference)

Latest revision as of 09:08, 25 September 2024


Removing files from repository after adding them to gitingore :

git rm -r --cached .

then followed by

git add .