From 8b5e6a527bb03ed2a65beffd598a012af19e4294 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 12 Sep 2023 22:20:36 +0200 Subject: [PATCH] git: add difftool alias --- files/git/.gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index 60ea5af..0195a83 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -13,6 +13,7 @@ co = checkout cp = cherry-pick d = diff + dt = difftool --tool=vimdiff --no-prompt lg = log --oneline --decorate --graph lgp = lg -p pl = pull --rebase @@ -22,8 +23,6 @@ r = rebase sh = show st = status - yeet = push - yoink = pull [blame] date = relative coloring = highlightRecent