Skip to content

git#

Different ssh keys for different github.com accounts

It might be a common case that you have multiple github.com accounts (personal and professional), and you want to use different ssh keys for different github accounts, as github.com does not allow same ssh key for different accounts with "Key is already in use" error.

To achieve this, you could follow this tutorial:

Git Cheat Sheet

This is not a complete Git cheat sheet for everyone, this is just a personal cheat sheet for some often forgotten git commands.