MCPcopy Index your code
hub / github.com/jesseduffield/lazygit / Merge

Method Merge

pkg/integration/components/shell.go:153–155  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

151}
152
153func (self *Shell) Merge(name string) *Shell {
154 return self.RunCommand([]string{"git", "merge", "--commit", "--no-ff", name})
155}
156
157func (self *Shell) ContinueMerge() *Shell {
158 return self.RunCommand([]string{"git", "-c", "core.editor=true", "merge", "--continue"})

Callers 6

amend_merge.goFile · 0.45
quick_start.goFile · 0.45
delete.goFile · 0.45
newTranslationSetFunction · 0.45

Calls 1

RunCommandMethod · 0.95

Tested by

no test coverage detected