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

Function git_push

dev-tools/scripts/logchange.py:59–61  ·  view source on GitHub ↗
(branch, remote, *, cwd, dry_run=False)

Source from the content-addressed store, hash-verified

57
58
59def git_push(branch, remote, *, cwd, dry_run=False):
60 git(["checkout", branch], cwd=cwd, dry_run=dry_run)
61 git(["push", remote, branch], cwd=cwd, dry_run=dry_run)
62
63
64def short_sha(git_root):

Callers 1

cmd_forward_portFunction · 0.85

Calls 1

gitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…