Hi. The last time I used version control was in the 90's with microsoft's visual source control program. So I can use some advice about how to use git best. I still use windows (7) for my development, and I've managed to get msysgit up and running on this system. I've got a ".../htdocs" that I use for my web development, with underneath that several "sites/somedomainname.com" that hold common and custom code. The common code is always in ".../somedomainname.com/code", the custom is everything else (excluding cache directories I suppose). I'd like to be extra sure that my repo stays safe. So I'd like to keep a triple copy of my repo, 2x on seperate harddisks that are crypted with truecrypt.org, and once on a USB drive that's also truecrypted. Truecrypt interfaces as an ordinary drive letter and filesystem. I'd really appreciate a short description of how to setup repositories for the common code and the custom codes per domain, and how to properly use git while developing on one domain's copy of my common code, then pushing those changes to other domain folders to test them against that domain's custom code. Thanks in advance.. -- View this message in context: http://git.661346.n2.nabble.com/Noob-asking-for-repo-setup-advice-tp7519875.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html