Skip to content

Commit 45dc8b3

Browse files
committed
feat(git): add dlog and difft aliases for difftastic
1 parent 49fc40b commit 45dc8b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

home/config/git/config

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@
3333
rebase = true
3434
[init]
3535
defaultBranch = main
36+
[alias]
37+
difft = "-c diff.external=difft diff"
38+
dlog = "-c diff.external=difft log -p --ext-diff"

0 commit comments

Comments
 (0)