Cool Tools: Use multiple GitHub Accounts on a mac
To use multiple GitHub accounts on the same machine, we must configure our Git settings properly. Here are the steps to help set up using work and personal email addresses.
Set-up
Generate SSH Keys: Using the command,
For work:
❯ ssh-keygen -t ed2...
amburi.hashnode.dev3 min read