Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitignore doesnt delte remote files

git rm -r --cached some-directory
git commit -m 'Remove the now ignored directory "some-directory"'
git push origin master
 
PREVIOUS NEXT
Tagged: #gitignore #doesnt #delte #remote #files
ADD COMMENT
Topic
Name
3+4 =