git config dotfile
This commit is contained in:
11
.gitconfig
Normal file
11
.gitconfig
Normal file
@ -0,0 +1,11 @@
|
||||
[user]
|
||||
email = nikita_bykov@proton.me
|
||||
name = Nikita Bykov
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[diff]
|
||||
tool = nvimdiff
|
||||
[merge]
|
||||
tool = nvimdiff
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
Reference in New Issue
Block a user