Files
dotfiles/.gitconfig
2018-01-20 21:38:04 +01:00

25 lines
532 B
INI
Executable File

[user]
name = Tristaan
email = tristan.sneider@gmail.com
[diff]
tool = nvimdiff
[difftool]
prompt = true
[difftool "nvimdiff"]
cmd = "nvim -d $LOCAL $REMOTE"
[merge]
tool = nvimdiff
[mergetool]
prompt = true
[mergetool "nvimdiff"]
cmd = nvim -d $BASE $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
[alias]
ch = checkout
co = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p