So this is a very specific use case. It would be great if any GitHub gurus can help me.
In my Linux laptop, I want to push to same GitHub repo using two different GitHub usernames.
I have setup both the SSH keys in my local machine. I have been able to configure it up until being able to switch between users when committing. This works fine and I can switch between the two configured users while committing.
However whenever I do git push
I am never able to switch users and it always uses my first username.
Is there a way I can switch or select user when I push to github?