Wednesday, June 22, 2011

How to remove a ignore a file in git that is already in git?

git rm --cached

Reference: Git