Skip to content

Instantly share code, notes, and snippets.

View haunvbe's full-sized avatar

haunvbe

  • Joined Oct 13, 2025
View GitHub Profile
@haunvbe
haunvbe / gist:55d8ad7f346b9dc6f1bd3095472284d2
Last active October 13, 2025 04:14
How to manage multiple GitHub accounts on the same computer?

How to manage multiple GitHub accounts on the same computer?

Hi everyone! I posting this article with the purpose of resolving my problem about the way to manage GitHub multiple accounts on the same computer. My server is Linux, and if one of you here using a different server then also possible the same steps.

Generating a new SSH key

  1. Open Terminal.

  2. Paste the text below, replacing the email used in the example with your GitHub email address.

    ssh-keygen -t ed25519 -C "your_email@example.com"