export interface GitCredentials { name?: string; email?: string; }