Oops forgot to ignore that file before I committed!

- Posted in Dev by - Permalink

Fear not!

The (un)desired files which have been committed:

git add <filename>
git rm <filename>

Changing the previous commit:

git commit --amend
Tags: