summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-12-20 16:32:03 +0000
committerNicholas Clark <nick@ccl4.org>2008-12-20 16:32:03 +0000
commit184487f090fc2d2327d75e1ec06b45d72ab0d430 (patch)
treec65925faf9394e8c1dffbbff786b657aa7ded95f /pod
parentfdea92759c282b35a3a01ba45dba83c1db969515 (diff)
downloadperl-184487f090fc2d2327d75e1ec06b45d72ab0d430.tar.gz
Note how to set user name and e-mail address.
Diffstat (limited to 'pod')
-rw-r--r--pod/perlrepository.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index e83f0a7e62..0ba315d441 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.