Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Ignore files that have already been committed to a Git repository

git rm -r --cached .
git add .
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Ignore #files #committed #Git #repository
ADD COMMENT
Topic
Name
1+6 =