From dcfce6a5deac073d0287700cb04fe4dd850e166c Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Tue, 16 Aug 2022 22:34:17 +0200 Subject: [PATCH] Add git config --- .gitconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..9144276 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,13 @@ +[push] + default = simple +[user] + email = florestan@bredow.fr + name = Florestan Bredow +[core] + editor = nvim +[pull] + rebase = true +[credential] + helper = /usr/lib/git-core/git-credential-libsecret +[init] + defaultBranch = master