I'm about to start collaborating with a team on several games using stencyl. With a business application back ground my first instinct is to use a version control system like git. I noticed that stencyl doesn't integrate with any version control systems, but that is not a problem, I can just run git commands on the game folder to sync with a repository (see
http://community.stencyl.com/index.php/topic,47670.msg264605.html ). My question is, is a version control system common to use to collaborate in game development and if so what providers do people use (GitHub, BitBucket, ect) if not what are other solutions?