Git: better diff tool configuration
This commit is contained in:
parent
c746af2433
commit
8f59f0225c
3 changed files with 4 additions and 2 deletions
|
|
@ -36,6 +36,7 @@ let
|
|||
"gcpa" = "git cherry-pick --abort";
|
||||
"gcpc" = "git cherry-pick --continue";
|
||||
"gd" = "git diff";
|
||||
"gdtd" = "git difftool -g --dir-diff";
|
||||
"gdca" = "git diff --cached";
|
||||
"gdcw" = "git diff --cached --word-diff";
|
||||
"gdct" = "git describe --tags $(git rev-list --tags --max-count=1)";
|
||||
|
|
@ -106,6 +107,7 @@ in
|
|||
# delta.side-by-side = true;
|
||||
diff.colorMoved = "default";
|
||||
diff.guitool = "meld";
|
||||
diff.tool = "meld";
|
||||
# init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
merge.guitool = "meld";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue