// Git library public entrypoint // Re-exports all Git operations, credentials, and identity storage functions export * from './service.js'; export * from './credentials.js'; export * from './identity-storage.js';