Remix.run Logo
eqvinox 2 hours ago

You can put [user] blocks in repos, i.e.

  /some/where $ head .git/config
  [user]
   email = me@example.org
   name = My 'nick' Name
Doesn't tie into your SSH key though, if you need that.
turbocon 2 hours ago | parent [-]

You can manage multiple ssh keys via your ssh config too. But this does seem to make things easier, I always end up fighting with this when I need to do it once every 3 years