nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Delete old (unused) branches #68

Closed deni-zen closed 8 years ago

deni-zen commented 8 years ago

There are a bunch of old branches cluttering things up in the repo. Delete all but master, dev, v0.2.0/master (this will be deleted soon but not now), and whatever new branches I create after writing this ticket. Here is a list of branches to delete:

Delete these branches too but only once you pull all the code you plan to still use from them:

Make the release branches consistently named:

Eventually I'll also want branches for major version's concurrent development, so something like:

~~Also, while you're at it, I think it would actually make sense to change the "default branch" to "dev" rather than "master" since that's where the actual development happens. ~~

nozavroni commented 8 years ago

I deleted everything I could find that didn't have commits AHEAD of master. If there is anything I deleted that I may eventually want back I can get it from the history in the master branch. I'll leave the branch naming for new versions stuff for later (crossed bridges and such)