Update
I have deleted all the files individually by selecting them on github. But I would like to know about a better solution for this problem.
I made a Ruby on Rails app and I uploaded the code on github. The repo may be seen at:
BrainStorm-Quiz-Website-Engine.
When I was working on the file I added a database named levels by mistake, but then I deleted it(by right-clicking on it and clicking on delete, in the hindsight it was a stupid way) and then pushed a commit.
But now when I clone the repo I get the error
rake aborted!Multiple migrations have the name CreateLevels
How can I remove these multiple migrations from my github repo, so that nobody gets this error on running rake db:migrate