feat: git config
This commit is contained in:
parent
09f70ea876
commit
35c9f739cb
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…
Reference in New Issue
Block a user