I couldn't find a definitive yes/no for this, so I thought I'd ask. Let's say I have two GitHub accounts, one for work, one for personal both sharing the same SSH key.
Let's say I sign into my work GitHub. If I clone a git repo using SSH, create a local branch, and push up my changes, does it automatically push to my work account with my work credentials, rather than my personal, even though both share the same SSH key? Thanks!