MCPcopy Create free account
hub / github.com/ReZeroS/git / run

Method run

src/main/java/club/qqtim/command/Push.java:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47 @Override
48 public void run() {
49 push(remote, String.format(ConstantVal.BASE_REFS_HEADS_PATH, branch));
50 }
51
52 private void push(String remotePath, String refName) {
53 final List<RefObjValue> remoteRefs = Fetch.getRemoteRefs(remotePath);

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected