From 3a9dbb6a9e194b5ba9aff5a33cb0ae9f1556bfe3 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 13 Oct 2023 16:24:22 -0400 Subject: Add gitconfig (with $XDG_CONFIG_HOME/git ) --- .config/git/config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/git/config (limited to '.config/git') 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 -- cgit v1.2.3