diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-20 16:32:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-20 16:32:03 +0000 |
commit | 184487f090fc2d2327d75e1ec06b45d72ab0d430 (patch) | |
tree | c65925faf9394e8c1dffbbff786b657aa7ded95f /pod | |
parent | fdea92759c282b35a3a01ba45dba83c1db969515 (diff) | |
download | perl-184487f090fc2d2327d75e1ec06b45d72ab0d430.tar.gz |
Note how to set user name and e-mail address.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlrepository.pod | 5 |
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. |