Hacker News new | ask | show | jobs
by milas 3675 days ago
You can already configure the author name/email per repo with `git config`[0]. It seems that the intent of this script is to simply to remind you if you forget to do that.

(Perhaps that's obvious -- I actually assumed initially that it was going to rewrite the index before pushing which would be terrifying.)

[0] https://help.github.com/articles/setting-your-email-in-git/#...