I have added several files by mistake with
git add <file name>
Then I have run
git commit -m '..'
However, some files where too big and it failed when I run git push - now I'm stuck and I can't unstage those big files.
I've tried with 'git reset', 'git rm' but every time I try to push these big files reappear! How do I reset everything?