Untrack a file in git
You can remove the file from the local cache first and push that
git rm --cached /file/to/be/removed/from/cache
Then do the status to see the delete has taken place
git status
You will see something like
deleted: /file/to/be/removed/from/cache
Then push the change
git push
Removing a decorator from Zend Form
Install git on Amazon EC2
See changes in Git after staging change
Updating Git on Mac showing previous version
symfony production path not working but works on dev environment