Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example how to configure user name and e-mail address #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
```
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.
Expand Down