My .gitignore
file wasn't working, so I followed this question.
And now I have bunch of files that I need to commit, in order to proceed. I made a mistake and committed those, because I couldn't find a way to get rid of those.
Is there any way that I can revert all these actions? I can't do reset
cause I now I get error:
error: The following untracked working tree files would be overwritten by checkout
.
Stupid stupid mistake, and I can find solution for this.