How to connect to two different git hub accounts from single machine?
The best method depends on whether you use HTTPS or SSH. Below are the clean, safe, and commonly used approach.
Use SSH (Recommended)
This is the most reliable way for multiple GitHub accounts.
Step 1: Generate two SSH keys
ref: https://docs.github....
bikash8848.hashnode.dev2 min read