git: use meld as mergetool

master
Guillaume DOTT 2013-02-21 17:17:09 +01:00
parent 0813f3d3e0
commit 1b7beb872c
1 changed files with 2 additions and 1 deletions

View File

@ -7,11 +7,12 @@
co = checkout
pr = pull --rebase
dc = diff --cached
r = remote
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ll = log --stat --abbrev-commit
amend = commit --amend -C HEAD
[diff]
tool = vimdiff
[merge]
tool = vimdiff
tool = meld
# vim: set filetype=gitconfig: