From: Oleg Broytman Date: Sat, 6 Jun 2015 22:11:43 +0000 (+0300) Subject: Change wording X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=inline;h=a6d17ba08116f8da6ab854e3913c2ab10c9a7aea;p=git-wiki.git Change wording --- 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