Files
dotfiles/.config/git/config
T

18 lines
249 B
Plaintext

[core]
pager = less -x 1,5
[init]
defaultBranch = master
[pull]
rebase = false
[user]
name = Riyyi
email = riyyi3@gmail.com
[diff]
tool = nvimdiff
[merge]
tool = nvimdiff
conflictstyle = diff3
[mergetool]
prompt = false
keepBackup = false