You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (![repository.config valueForKeyPath:@"user.name"] || ![repository.config valueForKeyPath:@"user.email"])
54
54
return [[repository windowController] showMessageSheet:@"User's name not set"infoText:@"Signing off a commit requires setting user.name and user.email in your git config"];
0 commit comments