Managing Multiple Github Accounts

This post is about working with multiple Github repos from different Github accounts on the same local machine. The easiest way to authenticate yourself when you pull from or push changes to Github is using SSH. To do so, you need to generate an SSH keypair on your local machine and add the public part of the keypair to your Github account as a new SSH key. Once this is done, you will be able to pull and push to your repo(s) using SSH automagically and without being continually prompted to authenticate....

January 5, 2022 · 4 min