Skip to content
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
3 changes: 2 additions & 1 deletion openpublishing/manual/git-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ GitHub
------

Specify your user name and email, so name would be correctly shown in the commit history and email would be delivered successfully to your email address
I would like to test the localization workflow. SonjaS

```
git config --global user.name "John Doe"
git config --global user.email johedoe@example.com
```
```