Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のプレコミットフックを構成する機能を提供する、SVN、Git、または Mercurial (推奨) のホストされたソリューションを提案できる人はいますか? 例えば、JSをコミットするときにJSLintを渡してほしい。または、PHP がコミットされている場合は、特定のコーディング規約に合格することを望みます。
提案?
Git を使用する場合は、 GitHubを使用できます。
Git は pre-commit フックをサポートします
コミット フックは、GitHub ではなく、プロジェクトの一部として構成されます。