I am a bit new to git. I just moved over from SVN and I am trying to figure out some things.
I have a system with three types of contests (three different sets of functionality) and each of these would have contests off of them (so type 1 would have 3 contests and type 2 would have 2 and type 3 would have 4 for example) and the contests off the type are all based on that contests code base, just with different html/css. The contest system is MVC, so it is 1 controller, 1 model, and 3 views + assets (css/js/images).
I am trying to figure out how it is best to store these. In subversion I just made 15 billion branches, but now that I am moving I'd like to clean it up a bit.
Any suggestions?