diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2026-01-17 14:57:59 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2026-01-17 14:57:59 +0100 |
| commit | 929c8d40d4d464349dc0eab51aa3e6c0ae752f79 (patch) | |
| tree | 4d41a9aa3a9a4bd881a9cc275033e4429665acc9 | |
| parent | 0752f816296c2ae87ccfcf8962cc92481b5ec397 (diff) | |
| download | ymer-929c8d40d4d464349dc0eab51aa3e6c0ae752f79.tar.gz | |
git: add make it so i can sign commits
| -rw-r--r-- | dot-config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index 04ce8f2..074b937 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -5,7 +5,10 @@ [user] email = mathias@magnusson.space name = Mathias Magnusson + signingKey = /home/mathias/.ssh/id_ed25519.pub [pull] rebase = true [rebase] autoSquash = true +[gpg] + format = ssh |
