I've looked around for this, and have found a few topics that touch on similar issues, but I'm having a hard time really understanding a lot of terminology with git
... but this is what I am trying to do.
Basically, I have a huge, huge github
repository that has been worked on for about 3 years. It has some-odd 600+ commits, 25 branches, etc.
I have made tons of backups, and also exported a copy of it to bitbucket
to store all of that history ... but I would really like to just kind of 'dump' everything and start with a clean slate, without deleting the repository.
Is there any way to do that? To just kind of drop all of the commits and history, all of the branches, but not lose the repository in github
without recreating it from scratch?
I'm a complete rookie with git
. It's proven very difficult for me; I have a very hard time understanding all these posts with merge
and rebase
and ... well, everything that has to do with vim
in general. I have a feeling that I have to grasp all of that a little bit to do what I want, but it's proven very frustrating to find something that just goes through it in a simple, and most importantly, working manner.