Adventures in Git learning

I learned 3 Git related things yesterday
– how to add a second ssh key on my machine¹
– there are three git configuration levels²
– if you have more than one ssh key, how to specify which one to use with your repo³

  1. https://dev.to/imm9o/add-multiple-ssh-keys-in-one-machine-29hk
  2. https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-config
  3. https://superuser.com/a/912281

Published
Categorized as Git Tagged

Leave a comment

Your email address will not be published. Required fields are marked *