26 May
2007
26 May
'07
3:29 p.m.
With git commit, you can use the --author switch for example: $ git commit -a --author "Jesse Allen <email(a)somedomain.org>" Set "user.email" and "user.name" once with: git repo-config
Thanks! I found I'd already done it when installing git (must have made a mistake and actually read the docs when doing the install!!) Jason