summaryrefslogtreecommitdiff
path: root/src/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/gitconfig')
-rw-r--r--src/gitconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gitconfig b/src/gitconfig
new file mode 100644
index 0000000..f1f1eb3
--- /dev/null
+++ b/src/gitconfig
@@ -0,0 +1,11 @@
+[init]
+ defaultBranch = main
+[user]
+ email = ci@$TLD
+ name = "Git CI"
+[advice]
+ detachedHead = false
+[receive]
+ advertisePushOptions = true
+[uploadpack]
+ allowAnySHA1InWant = true