1

I have been using GitHub and Bitbucket for different repositories. For my Github repo, I realized later that I have been using bitbucket email to commit and push on to Github. I am not sure if it is possible to change those already pushed commits to my email? I already changed email back on GitHub to make sure my future commits and pushes go from the email I want. Oh I also connected Bitbucket to my GitHub.

minion
  • 75
  • 1
  • 6
  • You would have to rewrite all of those older commits, which might not really be an option for you if the remote branch has already been published. – Tim Biegeleisen Nov 27 '19 at 06:09

1 Answers1

0

You would need to:

The connection part is different, and depends on the protocol your are using for accessing your BitBucket repository (HTTPS or SSH)

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250