MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / gitHooksOption

Function gitHooksOption

mob.go:938–944  ·  view source on GitHub ↗
(c config.Configuration)

Source from the content-addressed store, hash-verified

936}
937
938func gitHooksOption(c config.Configuration) string {
939 if c.GitHooksEnabled {
940 return ""
941 } else {
942 return "--no-verify"
943 }
944}
945
946func fetch(configuration config.Configuration) {
947 git("fetch", configuration.RemoteName, "--prune")

Calls

no outgoing calls