From 86c1ca2c9faaac54d9a69bc49ee1aaf5d7d04028 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 27 Oct 2022 12:17:48 +0800 Subject: [PATCH] modify gitconfig --- gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitconfig b/gitconfig index d35cf16..09899e0 100644 --- a/gitconfig +++ b/gitconfig @@ -18,6 +18,10 @@ ls = log --graph --pretty=format:\"%h <%an> %ar %s\" --all st = status br = branch + wt = worktree + wta = worktree add + wtr = worktree remove + wtl = worktree list [mergetool] keepBackup = false [mergetool "vimdiff"]