Remix.run Logo
est 8 hours ago

you don't have to mess with ~/.ssh/config

Just put this in your ~/.gitconfig (or ~/.config/git/personal as in the article)

  [core]
      sshCommand = /usr/bin/ssh -o IdentitiesOnly=yes -i ~/.ssh/IdentityFile2 -a

This makes submodules easy without the `insteadOf`
duskwuff 8 hours ago | parent | next [-]

And if you have more than one SSH identity?

est 7 hours ago | parent | next [-]

You can also put that in your includeIf confs. I updated the parent comment

dgfitz 7 hours ago | parent | prev [-]

Sounds like a different problem.

airtonix 8 hours ago | parent | prev [-]

[dead]