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
hardyweb -
k1ven -
GitProtect Team -
Bridget Amana -
Top comments (0)