Multiple Git accounts to use with terminal and GitKraken on Mac

Viewed 560

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:

  1. If I use GitKraken, I create 2 profiles:

enter image description here

  1. 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

0 Answers
Related