Add git config
This commit is contained in:
13
.gitconfig
Normal file
13
.gitconfig
Normal 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
|
Reference in New Issue
Block a user