statsig-io / statuspage

A simple, zero-dependency, pure js/html status page based on GitHub Pages and Actions.
ISC License
685 stars 289 forks source link

Don't overwrite user git config #39

Open mart-e opened 7 months ago

mart-e commented 7 months ago

Users need to have a git configured to be able to use git push so no need to force a name and email. This avoid unfortunate overwrite of user config.

I tested statuspage and it took me sometime to understand why all my git config had changed, not very nice.