summary refs log tree commit diff
path: root/gitconfig
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel@dybiec.info>2022-05-04 02:10:28 +0100
committerPaweł Dybiec <pawel@dybiec.info>2022-05-04 02:10:28 +0100
commit8594a505dcbec46bbac28be5b9ceb5ac2cd1a3a6 (patch)
treef96ea4dee378fb939455d517b1ba16bc73d3ef37 /gitconfig
Initial commit
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
new file mode 100644
index 0000000..714f67a
--- /dev/null
+++ b/gitconfig
@@ -0,0 +1,12 @@
+[user]
+	name = Paweł Dybiec
+	email = pawel@dybiec.info
+	signingkey = D981E3D624C11C20B04FCD2B2397F066368B6FD9
+[pull]
+	rebase = true
+[commit]
+	#gpgsign = true
+[init]
+	defaultBranch = main
+[core]
+	autocrlf = input