From 5742b263759c0f6a38a657c157d3a2239be35735 Mon Sep 17 00:00:00 2001 From: capehill Date: Sun, 11 Aug 2019 09:50:24 +0300 Subject: [PATCH] Add example how to configure user name and e-mail address --- ReadMe.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index bcc2072..ff80fcb 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -26,6 +26,11 @@ environment variable to skip the SSL verification. E.g., enter to clone and the SimpleMail repository into the ```simplemail``` folder ignoring any SSL relatated problems. +To configure user name and e-mail address for commits, enter: +``` +1.> sgit config user.name johndoe +1.> sgit config user.email johndoe@example.org +``` Generally note that this is software is in a very preliminary state. It may be not usable at all in terms of functions it provides but also in terms of bugs it contains. Consider it as a prototype and use it at your own risk.