From 6b444e90e2e9eb2e9a29367d7f69a713edaa6863 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 14 Dec 2024 15:51:16 +0100 Subject: [PATCH] Add git worktree alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index a1e461a..895ecec 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,6 +22,7 @@ alf = "!git config -l | grep alias | cut -c 7- | fzf" al- = "!git config --local --unset $(git config -l | grep alias | cut --delimiter="=" --fields=1 | fzf)" rs = "restore --staged" + wt = "worktree" [color] ui = auto