FriendsOfShopware / FroshProfiler

This plugin allows you to profile your Shopware 5 application
MIT License
159 stars 41 forks source link

I used the wrong email address in my commits #127

Closed mjossdev closed 2 years ago

mjossdev commented 2 years ago

Question

For my commits that were merged here I mistyped my email address, which unfortunately I did not realize until just now. I was able to fix it in my fork with a rebase and force push, but I don't know if doing a force push here would be OK. https://stackoverflow.com/questions/34850831/change-git-email-for-previous-commits

dneustadt commented 2 years ago

You can add multiple email addresses to your account: https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account

That works retroactively so commits will be tied to your account once you add the email address you used to commit to your account.

Edit: I read over the part where you said you mistyped your email address. I guess if you can you could register the mistyped email address and tie it to your account. Other than that there's not much you can do.