How to Setup Multiple Github Accounts

Generate Private and Public Keys Generate the public and private key with email id as unique identifier and provide the name for the key file using ‘-f’ ssh-keygen -t rsa -C "emailId" -f "github-balajivijayan" Add the generated public key to the GITHUB account Checkout the Repo to local machine git checkout git@github.com:balajivijayan/balajivijayan.github.io.git Apply the Email used to generate the public key as local config in the same folder as the checked out git repo...

May 13, 2023 · 1 min · Balaji Vijayn