]> git.phdru.name Git - git-wiki.git/commitdiff
Change wording
authorOleg Broytman <phd@phdru.name>
Sat, 6 Jun 2015 22:11:43 +0000 (01:11 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 6 Jun 2015 22:11:43 +0000 (01:11 +0300)
pep-git.txt

index d7bfc7a4835642d7301dd51b15b7abd682f88453..6a9f20b2371c9cb813d6268f946c2d9011012fda 100644 (file)
@@ -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