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

Method SetConfig

pkg/integration/components/shell.go:357–360  ·  view source on GitHub ↗
(key string, value string)

Source from the content-addressed store, hash-verified

355}
356
357func (self *Shell) SetConfig(key string, value string) *Shell {
358 self.RunCommand([]string{"git", "config", "--local", key, value})
359 return self
360}
361
362func (self *Shell) CloneIntoRemote(name string) *Shell {
363 self.Clone(name)

Calls 1

RunCommandMethod · 0.95

Tested by

no test coverage detected