Skip to content

Instantly share code, notes, and snippets.

View victorcunya's full-sized avatar

Gerardo victorcunya

  • Lima, Perú
View GitHub Profile
@victorcunya
victorcunya / instalaciones.md
Created July 6, 2022 16:41 — forked from Klerith/instalaciones.md
Instalaciones recomendadas para el curso de principios SOLID y CleanCode

Instalaciones recomendadas - Curso de principios SOLID y CleanCode

Instalaciones Necesarias

opcional - Yarn

Problem

I have two Github accounts: oanhnn (personal) and superman (for work). I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).

Solution

Use ssh keys and define host aliases in ssh config file (each alias for an account).

How to?

  1. Generate ssh key pairs for accounts and add them to GitHub accounts.