I'm not sure if my username is linked to a job email I'm not on. So I want to know a way to get that username back.
Hi Leduin,
I would suggest checking your git config - this should list any username associations with email addresses:
git config --list
You should also check your git remote listings on any local repositories to view any associated usernames that you do not recognise - this may assist with determining the username that is linked to your work email:
git remote -vvv
I would also recommend attempting to login to Bitbucket using your work email address, as you would be able to see your username from within Personal Settings.
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.