From 9a23a4a23a2968e695a775a8f05fbc579fe1c129 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 28 Mar 2022 22:12:25 -0400 Subject: [PATCH] Changes worktrees walkthrough title & desc --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc62429..3ee98aa 100644 --- a/package.json +++ b/package.json @@ -10991,8 +10991,8 @@ }, { "id": "gitlens.plus.worktrees", - "title": "Do more with Worktrees", - "description": "Create worktrees to allow multiple branches to be checked-out at once on the same repository.\n\n[Open Worktrees view](command:gitlens.showWorktreesView)", + "title": "Worktrees", + "description": "Create worktrees to have multiple branches checked-out at once on the same repository.\n\n[Open Worktrees view](command:gitlens.showWorktreesView)", "media": { "markdown": "walkthroughs/plus/2-worktrees.md" }