A Code Monkey's Blog

git: remove a file from version control but not delete it from disk

Today's tip has only one line

git rm --cached foo.bar

Git Git