SwitchUser switches the active user for a given hostname.
(hostname, user string)
| 186 | |
| 187 | // SwitchUser switches the active user for a given hostname. |
| 188 | SwitchUser(hostname, user string) error |
| 189 | |
| 190 | // Logout will remove user, git protocol, and auth token for the given hostname. |
| 191 | // It will remove the auth token from the encrypted storage if it exists there. |
no outgoing calls