diff options
Diffstat (limited to 'versionControl/handOut.rst')
-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 |