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