diff --git a/openpublishing/manual/git-tips.md b/openpublishing/manual/git-tips.md index 9ad3015..2d7eec2 100644 --- a/openpublishing/manual/git-tips.md +++ b/openpublishing/manual/git-tips.md @@ -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 -``` \ No newline at end of file +```