Change the committer username

2013-03-26 Thread Eric Kom

Good day,

Please how can I change the committer username from system default to 
personalize?


--
Kind Regards

Eric Kom

System Administrator  Programmer - Metropolitan College
 _
/ You are scrupulously honest, frank, and \
| straightforward. Therefore you have few |
\ friends./
 -
   \
\
.--.
   |o_o |
   |:_/ |
  //   \ \
 (| Kom | )
/'\_   _/`\
\___)=(___/

2 Hennie Van Till, White River, 1240
Tel: 013 750 2255 | Fax: 013 750 0105 | Cell: 078 879 1334
eric...@kom.za.net | eric...@metropolitancollege.co.za
www.kom.za.net | www.kom.za.org | www.erickom.co.za

Key fingerprint: 513E E91A C243 3020 8735 09BB 2DBC 5AD7 A9DA 1EF5

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Change the committer username

2013-03-26 Thread Junio C Hamano
Eric Kom eric...@metropolitancollege.co.za writes:

 Good day,

 Please how can I change the committer username from system default to
 personalize?

Quoting from a very early part of

http://git-htmldocs.googlecode.com/git/gittutorial.html


It is a good idea to introduce yourself to Git with your name and
public email address before doing any operation.  The easiest
way to do so is:


$ git config --global user.name Your Name Comes Here
$ git config --global user.email y...@yourdomain.example.com


HTH
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html