Version control systems and module development

Monkey Forums/Monkey Programming/Version control systems and module development

ziggy(Posted 2014) [#1]
Which are the version control systems used by Module developers? I plan on adding support for basic automated module updates by using Git and Mercurial. Is anyone using anything different than Hit and Hg?


Trez(Posted 2014) [#2]
Most of the time i use Git with bitbucket or github , basic git support would be great :)


Nobuyuki(Posted 2014) [#3]
We always use git internally on bitbucket. For my public projects, I use git on github. It's probably what most people use these days.

There are still a few people using google code to host their projects primarily, but not many I think.


werton(Posted 2014) [#4]
Git on bitbucket this optimal solution for private indie project.