summaryrefslogtreecommitdiff
path: root/.config/git
diff options
context:
space:
mode:
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
new file mode 100644
index 0000000..e02d617
--- /dev/null
+++ b/.config/git/config
@@ -0,0 +1,11 @@
+# This is Git's per-user configuration file.
+[user]
+# Please adapt and uncomment the following lines:
+name = Benjamin Chausse
+email = benjamin@chausse.xyz
+[init]
+ defaultBranch = master
+[push]
+ autoSetupRemote = true
+[pull]
+ rebase = false