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
Nitzan Ohana -
Ishmam Abir | イシュマム・アビル -
Wisdom Ehirim -
Farhat Sharif -
Top comments (0)