With git commit, you can use the --author switch for example: $ git commit -a --author "Jesse Allen email@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