aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
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