diff options
author | David Runge <dave@sleepmap.de> | 2017-03-12 18:40:51 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2017-03-12 18:40:51 +0100 |
commit | 3b689891f6340442541ac2df102e4425558f14f0 (patch) | |
tree | 92d400162d59b32563ba2de494f57fee2afa0e40 | |
parent | b5bcb362e3706a1bfddb92b0092f85a2bee0c433 (diff) | |
download | dotfiles-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.
-rw-r--r-- | README.rst | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |