Coming from an SVN background Git is really taking some time to get used to. I really enjoy it, but I'm still trying to figure out how to use it in different situations. So here is my question:
My PHP framework of choice is CodeIgniter. I plan on building my personal website off of CI and I was thinking the best way to do this would be to clone CI and build my website. I'd be doing this because I really want a super easy way to update the CI framework. I'm just not sure if this is really the right way to use cloning or if there is another tactic I should be taking. I was looking into submodules a little bit, but that doesn't really seem to be the correct way to go either. Help?