dotfiles/git/.gitconfig

23 lines
451 B
INI
Raw Normal View History

2016-03-07 17:31:28 +01:00
[user]
name = Sanchayan Maity
email = maitysanchayan@gmail.com
login = sanchayanmaity
2016-03-07 17:31:28 +01:00
[core]
editor = "nvim"
pager = delta --dark
excludesfile = ~/.config/git/ignore
2016-03-07 17:31:28 +01:00
[color]
ui = auto
[sendemail]
smtpserver = /usr/bin/msmtp
[http]
sslVerify = false
[merge]
tool = diffconflicts
[mergetool "diffconflicts"]
cmd = nvim -c "DiffConflicts" "$MERGED" "$BASE" "$LOCAL" "$REMOTE"
trustExitCode = true
keepBackup = false
[commit]
verbose = true