aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-03-12 18:40:51 +0100
committerDavid Runge <dave@sleepmap.de>2017-03-12 18:40:51 +0100
commit3b689891f6340442541ac2df102e4425558f14f0 (patch)
tree92d400162d59b32563ba2de494f57fee2afa0e40 /README.rst
parentb5bcb362e3706a1bfddb92b0092f85a2bee0c433 (diff)
downloaddotfiles-3b689891f6340442541ac2df102e4425558f14f0.tar.gz
dotfiles-3b689891f6340442541ac2df102e4425558f14f0.tar.bz2
dotfiles-3b689891f6340442541ac2df102e4425558f14f0.tar.xz
dotfiles-3b689891f6340442541ac2df102e4425558f14f0.zip
README.rst: Adding customization information regarding the git [user] section to the README.
Diffstat (limited to 'README.rst')
-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