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

Function gitWithoutEmptyStrings

mob.go:1169–1172  ·  view source on GitHub ↗
(args ...string)

Source from the content-addressed store, hash-verified

1167}
1168
1169func gitWithoutEmptyStrings(args ...string) {
1170 argsWithoutEmptyStrings := deleteEmptyStrings(args)
1171 git(argsWithoutEmptyStrings...)
1172}
1173
1174func git(args ...string) {
1175 say.Indented("git " + strings.Join(args, " "))

Callers 5

deleteRemoteWipBranchFunction · 0.85
startNewMobSessionFunction · 0.85
nextFunction · 0.85
makeWipCommitFunction · 0.85
doneFunction · 0.85

Calls 2

deleteEmptyStringsFunction · 0.85
gitFunction · 0.85

Tested by

no test coverage detected