In this post let’s explore how we can setup multiple github (github.com) accounts to seamlessly perform git actions without switching between accounts and re-authenticating. Consider you have two private github accounts hosted in github.com. Default behavior,
In order to perform git operations (pull, push, clone, etc) on repositories hosted under…