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