[ADD][GIT] Alias m4 to vimdiff 4-window view
Sometimes it is useful to also have the base file accessible when merging branches. This view still has the local file on the left and the remote branch on the right, with the base in the middle and the result at the bottom. The d1o/d2o/d3o take from the local/base/remote for the current file.
This commit is contained in:
parent
4e6821a0f2
commit
a7bdded5c6
|
@ -69,6 +69,7 @@
|
|||
chop = gc --prune=now
|
||||
optimize = repack -a -d -f --depth=250 --window=250
|
||||
pf = pull --ff-only
|
||||
m4 = mergetool -t vimdiff
|
||||
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
|
|
Loading…
Reference in a new issue