Setting up two git accounts on local PC

The main purpose of setting up two or more accounts on single PC is to establish SSO (Single Sign On) between local git repository and the remote git repository to avoid the need for entering password for each git operation on remote server. Generating SSH keys on Local PC List all the SSH keys generated…