I've been commiting to a project using the wrong email in my git config. How to associate all my commits to the correct account in Bitbucket? I tried the email alias feature but it requires to log in to the email, but I don't have ownership.
If you don't have ownership of the email you've been committing from I don't think you will be able to alias it in Bitbucket.
If this is a small project you could amend your commits with the new email information and force push it up. If this is a larger project with multiple contributors that could be very disruptive and I wouldn't recommend the amend and force push approach.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.