Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Remove a stored Git credential from a repository.
await store.deleteGitCredential({ id: credential.id, });
await storage.delete_git_credential( id=credential.id, )
_, err := client.DeleteGitCredential(context.Background(), storage.DeleteGitCredentialRequest{ ID: credential.ID, })
createGitCredential()