diff options
-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 |