Hi, by mistake I committed 200mb sql dump of my database. After that I did some other commits and noticed my mistake after git push started to send megabytes of data.
I've read somewhere that I can try to use 'cherry-pick' command, but after trying "git cherry-pick sha-of-my-broken-commit", all I got where some conflicts messages. Now when I do "git status", I get my all commits I did since the broken one listed there. Sorry for not providing exact messages, but I got it on computer at work. So actually, there are 2 questions - how to properly remove a file from existing commit and how to fix the mess I'm in :) Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
