Y
Hacker News
new
|
ask
|
show
|
jobs
by
eqvinox
117 days 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.
1 comments
turbocon
117 days ago
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
link