I am trying to set my Mac environment with 2 different GitHub accounts and I want to be able to execute git commands using either GitKraken and Terminal.
I know how to set both but individually:
- If I use GitKraken, I create 2 profiles:
- If I don't use GitKraken, I modify my ~/.ssh/config file
The issue I am facing is that if I try to combine both, One works but not the other.
Is there anyway to fix this?
Thank you
