From: Nicholas Clark Date: Sat, 20 Dec 2008 16:32:03 +0000 (+0000) Subject: Note how to set user name and e-mail address. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=184487f090fc2d2327d75e1ec06b45d72ab0d430;p=p5sagit%2Fp5-mst-13.2.git Note how to set user name and e-mail address. --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index e83f0a7..0ba315d 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -67,6 +67,11 @@ change that to something like this: NOTE: there are symlinks set up so that the /gitroot is actually optional. +You can also set up your user name and e-mail address. For example + + % git config user.name "Leon Brocard" + % git config user.email acme@astray.com + =head1 OVERVIEW OF THE REPOSITORY Once you have changed into the repository directory, you can inspect it.