Add git config

This commit is contained in:
2022-08-16 22:34:17 +02:00
parent 51792b2518
commit dcfce6a5de

13
.gitconfig Normal file
View File

@@ -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