feat: git config
This commit is contained in:
parent
09f70ea876
commit
35c9f739cb
1 changed files with 11 additions and 0 deletions
11
.config/git/config
Normal file
11
.config/git/config
Normal file
|
@ -0,0 +1,11 @@
|
|||
[user]
|
||||
email = ange.duhayon@epitech.eu
|
||||
name = AngeD
|
||||
[credential]
|
||||
helper = store
|
||||
[diff]
|
||||
tool = nvimdiff
|
||||
[difftool "nvimdiff"]
|
||||
cmd = nvim -d -c \"wincmd l\" \"$LOCAL\" \"$REMOTE\"
|
||||
[init]
|
||||
defaultBranch = main
|
Loading…
Add table
Add a link
Reference in a new issue