开发者

Hosted Solution for Version Control -- with pre-commit hooks?

开发者 https://www.devze.com 2023-04-11 02:43 出处:网络
Can anyone suggest a hosted solution for SVN, Git, or Mercurial (preferred) that offers the ability to configure certain pre-commit hooks? For example, when JS is committed, I\'d like it to pass JSLin

Can anyone suggest a hosted solution for SVN, Git, or Mercurial (preferred) that offers the ability to configure certain pre-commit hooks? For example, when JS is committed, I'd like it to pass JSLint. Or if PHP is commi开发者_开发问答tted, I'd like it to pass certain coding conventions.

Suggestions?


You can use GitHub if you decide to use Git.

Git supports pre-commit hooks

The commit hooks will simply be configured as part of the project, not on GitHub.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号