From e6ed51c165f543eef5b4e3d83ca6eef8088515eb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 1 Jun 2015 13:17:05 +0300 Subject: [PATCH] Add initial configuration --- pep-git.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ========== -- 2.39.2