summaryrefslogtreecommitdiff
path: root/deployment/systems/gitconfig
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-14 09:33:36 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-14 09:45:14 +0100
commit60e6c0f7e1a4ce66127562ae01142f1fe1741672 (patch)
treeb77a2c40bcd78d4c8c794f4c7711047c6acebd16 /deployment/systems/gitconfig
parent6347a2459b78ea2e64a5d2c12ed8c02ab647bcef (diff)
import systems to deployment channel
Diffstat (limited to 'deployment/systems/gitconfig')
-rw-r--r--deployment/systems/gitconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/deployment/systems/gitconfig b/deployment/systems/gitconfig
new file mode 100644
index 0000000..300f906
--- /dev/null
+++ b/deployment/systems/gitconfig
@@ -0,0 +1,10 @@
+[commit]
+ gpgsign = true
+
+[user]
+ email = marek@marekpasnikowski.pl
+ name = Marek Paśnikowski
+ signingkey = 6D81B1207711899F
+
+[push]
+ autoSetupRemote = true