From 28281ee474dbcb23a81fb20e903ba9ccc5f5c853 Mon Sep 17 00:00:00 2001 From: NitrogenPointBlue Date: Mon, 15 Aug 2022 23:53:14 -0400 Subject: [PATCH] Format .gitconfig in "Using Git with Split GPG" Tabs were added as that is the default format created from running git config --global user.email "you@example.com" git config --global user.name "Your Name" --- user/security-in-qubes/split-gpg.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user/security-in-qubes/split-gpg.md b/user/security-in-qubes/split-gpg.md index 625d70f5..f4cef084 100644 --- a/user/security-in-qubes/split-gpg.md +++ b/user/security-in-qubes/split-gpg.md @@ -231,12 +231,12 @@ The most basic `~/.gitconfig` file enabling Split GPG looks something like this. ``` [user] -name = YOUR NAME -email = YOUR EMAIL ADDRESS -signingkey = YOUR KEY ID + name = + email = + signingKey = [gpg] -program = qubes-gpg-client-wrapper + program = qubes-gpg-client-wrapper ``` Your key id is the public id of your signing key, which can be found by running `qubes-gpg-client -k`.