diff options
author | Puneeth Chaganti | 2011-01-31 17:23:25 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-01-31 17:23:25 +0530 |
commit | b0c14130de3cc8114c2383a6532ce168904e4e08 (patch) | |
tree | 9638ac7d3524e6e693dd21aa57faa70068b58555 /versionControl | |
parent | e384b9990e60db30ad58e8240a604a4190c6be20 (diff) | |
download | sees-b0c14130de3cc8114c2383a6532ce168904e4e08.tar.gz sees-b0c14130de3cc8114c2383a6532ce168904e4e08.tar.bz2 sees-b0c14130de3cc8114c2383a6532ce168904e4e08.zip |
vcs: Change email id to fossee from gmail.
Diffstat (limited to 'versionControl')
-rw-r--r-- | versionControl/handOut.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst index 33dffbe..aa43cca 100644 --- a/versionControl/handOut.rst +++ b/versionControl/handOut.rst @@ -227,7 +227,7 @@ in time. We do this by using the ``commit`` command. :: - $ hg commit -u "Puneeth Chaganti <punchagan@gmail.com" -m "Initial Commit." + $ hg commit -u "Puneeth Chaganti <punchagan@fossee.in>" -m "Initial Commit." The ``-u`` parameter allows us to specify the user details. It is a general good practice to use full name followed by the email id. The ``-m`` parameter |