]> git.phdru.name Git - git-wiki.git/commitdiff
Add initial configuration
authorOleg Broytman <phd@phdru.name>
Mon, 1 Jun 2015 10:17:05 +0000 (13:17 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 1 Jun 2015 12:25:00 +0000 (15:25 +0300)
pep-git.txt

index e8a7673dfa43bb8de78b38d65ca3639b05af77bd..e51ae53d5e24a23d68ef325421a49beab0ca007d 100644 (file)
@@ -80,6 +80,15 @@ MacOS X: use git installed with `XCode
 `git-osx-installer
 <http://sourceforge.net/projects/git-osx-installer/files/>`_.
 
+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
 ==========