Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-07-18 11:37:44 +08:00
parent ccd57f9718
commit 74478277dd
4 changed files with 94 additions and 20 deletions

View File

@@ -25,16 +25,16 @@
[pager]
difftool = true
[diff]
external = difft
tool = difftastic
[difftool]
prompt = false
[difftool "difftastic"]
prompt = false
cmd = difft "$LOCAL" "$REMOTE"
#[diff]
# external = difft
# tool = difftastic
#
#[difftool]
# prompt = false
#
#[difftool "difftastic"]
# prompt = false
# cmd = difft "$LOCAL" "$REMOTE"
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit