summaryrefslogtreecommitdiff
path: root/deployment/system/gitconfig
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-04-20 17:11:36 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-04-20 17:22:20 +0200
commitda7ee0fa6680fee7cc1d750252c6bb4ef00595cb (patch)
treead4c47212b0c420f9964104371ab57629ca842a0 /deployment/system/gitconfig
parent8915d2e55e18e1b15e9bbbbd18ea93459ebb7330 (diff)
move system modules to (deployment system) namespace
Diffstat (limited to 'deployment/system/gitconfig')
-rw-r--r--deployment/system/gitconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/deployment/system/gitconfig b/deployment/system/gitconfig
new file mode 100644
index 0000000..300f906
--- /dev/null
+++ b/deployment/system/gitconfig
@@ -0,0 +1,10 @@
+[commit]
+ gpgsign = true
+
+[user]
+ email = marek@marekpasnikowski.pl
+ name = Marek Paśnikowski
+ signingkey = 6D81B1207711899F
+
+[push]
+ autoSetupRemote = true