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

Method run

src/main/java/club/qqtim/command/Fetch.java:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 private static final String LOCAL_REFS_BASE = "refs/remote";
41
42 @Override
43 public void run() {
44 fetch(remote);
45 }
46
47 public static void fetch(String remotePath) {
48

Callers

nothing calls this directly

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected