add worktree ai as git alias

This commit is contained in:
Daniel Bauer
2025-08-09 11:31:22 +02:00
parent 8a2fe3ad78
commit 75825a9236

View File

@@ -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]