summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
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