X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=6a9f20b2371c9cb813d6268f946c2d9011012fda;hb=a6d17ba08116f8da6ab854e3913c2ab10c9a7aea;hp=d7bfc7a4835642d7301dd51b15b7abd682f88453;hpb=b4aba37182c24b0bec8f53dd12a575a665130905;p=git-wiki.git 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