(key, val string)
| 497 | } |
| 498 | |
| 499 | func (c *Configuration) SetGitLocalKey(key, val string) (string, error) { |
| 500 | return c.gitConfig.SetLocal(key, val) |
| 501 | } |
| 502 | |
| 503 | func (c *Configuration) SetGitWorktreeKey(key, val string) (string, error) { |
| 504 | return c.gitConfig.SetWorktree(key, val) |
no test coverage detected