El mar, 19-04-2011 a las 21:11 +0200, Mario Rodriguez escribi?:
> I have just commited two changes to module site-xml following these
> steps, and it worked fine. The problem is that my SF username is
> 'riotorto', and the changes were recorded with my username in my local
> computer.
>
> I usually commit changes from different machines and different local
> user names. Any hint how to fix this?
I think I've found the answer myself:
$ git config --global user.name "riotorto"
$ git config --global user.email "biomates at telefonica.net"
I'll try it the next time.
--
Mario