I'm currently using Bitbucket for both work and personal projects. The problem is that I have two different Bitbucket users I log in as to access and commit to the repos I use for work and the repos I use for my personal projects.
I use one SSH key pair for the work repos and another SSH key pair for my personal repos. However, when I run the following command, I always see that I'm logged into Bitbucket under my work user:
ssh -vT git@bitbucket.com
As a result, I cannot push or pull from my personal Bitbucket repos from the command line. How can I set up my repos so that it automatically always pushes and pulls work repos as my work Bitbucket user and personal repos as my personal Bitbucket user? Thank you.