diff options
author | Starfall <us@starfall.systems> | 2020-07-22 17:09:28 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-22 17:09:28 -0500 |
commit | 8efa34153f3eb1ebc87d037e6fde3c38b59b9c2d (patch) | |
tree | c871d6972b02d3a444fa112b469f09f8ebf036c2 /.config | |
parent | f9d67e0f957cff1803d7a7a4de87760d41dd7118 (diff) |
git: add signing key
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 8ddda03..8d4195c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [user] email = us@starfall.systems name = Starfall + signingkey = 69522B56 [init] templateDir = ~/.config/git/template [log] |