From 75825a9236b40a3c382079f9792e972195a43951 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 9 Aug 2025 11:31:22 +0200 Subject: [PATCH] add worktree ai as git alias --- dot_gitconfig.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index fe06d15..2451b62 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -12,6 +12,7 @@ co = commit ch = checkout br = branch + worktree-ai = "!~/bin/git-worktree-ai" [interactive] diffFilter = sh -c 'command -v diff-so-fancy >/dev/null && exec diff-so-fancy --patch || exec cat' [color]