Version control systems and module development
Monkey Forums/Monkey Programming/Version control systems and module development| 
 | ||
| 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? | 
| 
 | ||
| Most of the time i use Git with bitbucket or github , basic git support would be great :) | 
| 
 | ||
| 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. | 
| 
 | ||
| Git on bitbucket this optimal solution for private indie project. |