I want to make 10 landing pages and I've been thinking to use git to apply this project. What I'm trying to do is to make 10 different versions of landing pages and I would like to be able to checkout to each of these version. How do I strategically do this?
Should I create 10 different branches say git branch ver1, ver2, ver3... ver10? Or should I create version tags? But using a version tag I always ended up in detached HEAD state whenever I tried to checkout to tags. Is this a problem?
Master of git please help me configure.
Thanks!