MCPcopy Create free account
hub / github.com/apache/solr / git

Function git

dev-tools/scripts/logchange.py:55–56  ·  view source on GitHub ↗
(args, *, cwd, dry_run=False, check=True, capture=False)

Source from the content-addressed store, hash-verified

53
54
55def git(args, *, cwd, dry_run=False, check=True, capture=False):
56 return run(["git"] + args, cwd=cwd, dry_run=dry_run, check=check, capture=capture)
57
58
59def git_push(branch, remote, *, cwd, dry_run=False):

Callers 3

git_pushFunction · 0.85
cmd_prepareFunction · 0.85
cmd_forward_portFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected