From: Oleg Broytman Date: Mon, 1 Jun 2015 10:17:05 +0000 (+0300) Subject: Add initial configuration X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=e6ed51c165f543eef5b4e3d83ca6eef8088515eb;p=git-wiki.git Add initial configuration --- diff --git a/pep-git.txt b/pep-git.txt index e8a7673..e51ae53 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -80,6 +80,15 @@ MacOS X: use git installed with `XCode `git-osx-installer `_. +Initial configuration +--------------------- + +This simple code is often appears in documentation, but it is +important so let repeat it here:: + + $ git config --global user.name "User Name" + $ git config --global user.email user.name@example.org + References ==========