MCPcopy Index your code
hub / github.com/pre-commit/pre-commit-hooks / git_commit

Function git_commit

testing/util.py:14–16  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

12
13
14def git_commit(*args, **kwargs):
15 cmd = ('git', 'commit', '--no-gpg-sign', '--no-verify', '--no-edit', *args)
16 subprocess.check_call(cmd, **kwargs)

Calls

no outgoing calls