문제

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 committed, 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top