Skip to content

Instantly share code, notes, and snippets.

@Chubby-Chocobo
Chubby-Chocobo / multi_ssh_git_settings.md
Last active August 31, 2021 06:56
Setup SSH keys for multiple github accounts and repos

Setup SSH keys for multiple github accounts and repos

Prepare SSH keys:

See guideline to create a new SSH key

  $ ssh-keygen -t rsa -C "your_email@youremail.com"