Untrack a file in git

rail road

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
Browser shows the same image after the update

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

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*