No offense dude, but if I knew what it sounds like, I wouldn't have asked what it means. Your answer really doens't mean anything. The website for GIT doesn't help either, so I'm still left wondering what on earth source control is, and how it's a replacement/alternative to frameworks.
Maybe I should better explain what I've got here. I created an app, which I like the look/feel of. I'm going to apply the same look/feel to at least 3 other apps that I'm going to create. To do this, I plan to use about 6 abstract classes, 2 XIB files, and a dozen or so image files. Now, it's VERY unlikely that any user will have more than 1 of these programs installed, let alone running at the same time, so sharing of system resources, not important. What I do want, is to make it easier to start the new projects with all of those files already loaded, instead of asking myself if I forgot something. Call it laziness if you want.
The question being, is frameworks the way to go, or is this source control better, and if so, what is it?