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³
- https://dev.to/imm9o/add-multiple-ssh-keys-in-one-machine-29hk
- https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-config
- https://superuser.com/a/912281