From 1cceb271f4f8195abe4e2a09568cf47225ec912f Mon Sep 17 00:00:00 2001 From: SonjaSaltzman Date: Mon, 21 Mar 2016 17:43:31 -0700 Subject: [PATCH] Update git-tips.md --- openpublishing/manual/git-tips.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +```