logoalt Hacker News

eqvinoxtoday at 11:58 AM1 replyview on HN

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

  /some/where $ head .git/config
  [user]
   email = [email protected]
   name = My 'nick' Name
Doesn't tie into your SSH key though, if you need that.

Replies

turbocontoday at 12:09 PM

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