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

Function gitPushArgs

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

Source from the content-addressed store, hash-verified

784}
785
786func gitPushArgs(c config.Configuration) []string {
787 pushArgs := []string{"push"}
788 if !c.SkipCiPushOptionEnabled {
789 return pushArgs
790 }
791 return append(pushArgs, "--push-option", "ci.skip")
792}
793
794func getUntrackedFiles() string {
795 return silentgit("ls-files", "--others", "--exclude-standard", "--full-name")

Callers 1

startNewMobSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected