GetCoreEditor returns the name of the editor that the user has used to configure git.
()
| 71 | |
| 72 | // GetCoreEditor returns the name of the editor that the user has used to configure git. |
| 73 | GetCoreEditor() (string, error) |
| 74 | |
| 75 | // GetRemotes returns the configured remotes repositories. |
| 76 | GetRemotes() (map[string]string, error) |
no outgoing calls
no test coverage detected