MCPcopy
hub / github.com/jesseduffield/lazygit / ContinueMerge

Method ContinueMerge

pkg/integration/components/shell.go:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155}
156
157func (self *Shell) ContinueMerge() *Shell {
158 return self.RunCommand([]string{"git", "-c", "core.editor=true", "merge", "--continue"})
159}
160
161func (self *Shell) GitAdd(path string) *Shell {
162 return self.RunCommand([]string{"git", "add", path})

Callers 1

conflicts.goFile · 0.45

Calls 1

RunCommandMethod · 0.95

Tested by

no test coverage detected