mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
add worktree ai as git alias
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
co = commit
|
co = commit
|
||||||
ch = checkout
|
ch = checkout
|
||||||
br = branch
|
br = branch
|
||||||
|
worktree-ai = "!~/bin/git-worktree-ai"
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = sh -c 'command -v diff-so-fancy >/dev/null && exec diff-so-fancy --patch || exec cat'
|
diffFilter = sh -c 'command -v diff-so-fancy >/dev/null && exec diff-so-fancy --patch || exec cat'
|
||||||
[color]
|
[color]
|
||||||
|
|||||||
Reference in New Issue
Block a user