Command to remove files from the ignore list.
git rm --cached `git ls-files -i --exclude-from=.gitignore`
on MacOS
git ls-files -i -c --exclude-from=.gitignore | xargs git rm --cached
Command to remove files from the ignore list.
git rm --cached `git ls-files -i --exclude-from=.gitignore`
on MacOS
git ls-files -i -c --exclude-from=.gitignore | xargs git rm --cached
For further actions, you may consider blocking this person and/or reporting abuse
pawan deore -
Peter Wan -
Dan Benitah -
Seyed Hossein Mirhosseini -
Top comments (0)