From a6d17ba08116f8da6ab854e3913c2ab10c9a7aea Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 7 Jun 2015 01:11:43 +0300 Subject: [PATCH] Change wording --- pep-git.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-git.txt b/pep-git.txt index d7bfc7a..6a9f20b 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -89,9 +89,9 @@ Initial configuration --------------------- This simple code is often appears in documentation, but it is -important so let repeat it here. Git marks every commit with author -and committer names/emails, so configure your real name and preferred -email:: +important so let repeat it here. Git stores author and committer +names/emails in every commit, so configure your real name and +preferred email:: $ git config --global user.name "User Name" $ git config --global user.email user.name@example.org -- 2.39.2