How to use multiple GitHub accounts when only HTTPS is allowed
It was relatively simple when I could use GIT+SSH...
I have separate GitHub user accounts for my personal and company use, and I could configure Git to use specific SSH keys for different URL patterns using includeIf as below.
~/.gitconfig file:
[us...
blog.meowhq.dev4 min read