SOS! SOS!
After a good day of work and testing out everything, I committed my work. Except, this time, instead of
git commit -u
I used
git commit -A
because I was fed up of the untracked files alert I was getting about some of the zend files like doctrine, composer etc. And boom! the project has stopped loading.
I tried going back in my log, hoping that a previous commit should work, but nothing is working.
My question is: 1. How to remove the zend files from the commit 2. How to clean this mess?
Please help!