From 3b689891f6340442541ac2df102e4425558f14f0 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 12 Mar 2017 18:40:51 +0100 Subject: README.rst: Adding customization information regarding the git [user] section to the README. --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index cd73371..4a49dc5 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,18 @@ If the $HOME is that of a new user, one can simple init an empty repository and git fetch git checkout -t origin/master +Customization +------------- +The git configuration in *.config/git/config* comes with no **[user]** fields set. +Those can be added in a separate *.gitconfig* file, e.g.: + + .. code:: ini + + [user] + email = your@e-mail.tld + name = Some Name + signingkey = your pgp key + .. |autorandr| raw:: html -- cgit v1.2.3-54-g00ecf