diff --git a/README.md b/README.md index 0ae6eb82248b9..fb2d18ebad7a6 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ No, the introduction of GitLens+ features has no impact on existing GitLens feat The _Commit Graph_ helps you easily visualize and keep track of all work in progress. Not only does it help you verify your changes, but also easily see changes made by others and when. Selecting a row within the graph will open in-depth information about a commit or stash in the new [Commit Details view](#commit-details-view-). -Use the rich commit search to find exactly what your looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change. +Use the rich commit search to find exactly what you're looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change. ## Visual File History view [#](#visual-file-history-view- 'Visual File History view') @@ -99,7 +99,7 @@ Use the rich commit search to find exactly what your looking for. It's powerful The _Visual File History_ view allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them. -Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes, and more. +Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes and more. Authors who have contributed changes to the file are on the left y-axis to create a swim-lane of their commits over time (the x-axis). Commit are plotted as color-coded (per-author) bubbles, whose size represents the relative magnitude of the changes. @@ -111,7 +111,7 @@ Additionally, each commit's additions and deletions are visualized as color-code Worktrees view

-Worktrees help you multitask, by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously. +Worktrees help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously. Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work. diff --git a/package.json b/package.json index 2f513f188b3c6..486488f318d7e 100644 --- a/package.json +++ b/package.json @@ -12164,7 +12164,7 @@ }, { "view": "gitlens.views.worktrees", - "contents": "Worktrees, a [✨ GitLens+ feature](command:gitlens.plus.learn \"Learn more about GitLens+ features\"), help you multitask, by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.\n\nYou can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace." + "contents": "Worktrees, a [✨ GitLens+ feature](command:gitlens.plus.learn \"Learn more about GitLens+ features\"), help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.\n\nYou can create multiple working trees, each of which can be opened in individual windows or all together in a single workspace." }, { "view": "gitlens.views.worktrees", diff --git a/src/webviews/apps/home/home.html b/src/webviews/apps/home/home.html index 644ec34ac2fb4..afaaecf447ded 100644 --- a/src/webviews/apps/home/home.html +++ b/src/webviews/apps/home/home.html @@ -260,7 +260,7 @@ helps you easily visualize and keep track of all work in progress.

- Use the rich commit search to find exactly what your looking for. It's powerful filters allow + Use the rich commit search to find exactly what you're looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change.

@@ -287,7 +287,7 @@

Use it to quickly find when the most impactful changes were made to a file or who best to talk - to about file changes, and more. + to about file changes and more.

@@ -306,7 +306,7 @@ href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22" >Worktrees - help you multitask, by minimizing the context switching between branches, allowing you to easily + help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously.

diff --git a/src/webviews/apps/plus/timeline/timeline.html b/src/webviews/apps/plus/timeline/timeline.html index fec1e9b0eda23..3b888877bbaa5 100644 --- a/src/webviews/apps/plus/timeline/timeline.html +++ b/src/webviews/apps/plus/timeline/timeline.html @@ -49,7 +49,7 @@

Use it to quickly find when the most impactful changes were made to a file or who best to talk to - about file changes, and more. + about file changes and more.

diff --git a/walkthroughs/plus/commit-graph.md b/walkthroughs/plus/commit-graph.md index 3fa4fb342d294..59a4ee21ce1d7 100644 --- a/walkthroughs/plus/commit-graph.md +++ b/walkthroughs/plus/commit-graph.md @@ -6,4 +6,4 @@ The Commit Graph helps you easily visualize and keep track of all work in progress. Not only does it help you verify your changes, but also easily see changes made by others and when. -Use the rich commit search to find exactly what your looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change. +Use the rich commit search to find exactly what you're looking for. It's powerful filters allow you to search by a specific commit, message, author, a changed file or files, or even a specific code change. diff --git a/walkthroughs/plus/visual-file-history.md b/walkthroughs/plus/visual-file-history.md index 11b6586793e55..095d7f3d5df53 100644 --- a/walkthroughs/plus/visual-file-history.md +++ b/walkthroughs/plus/visual-file-history.md @@ -6,7 +6,7 @@ The Visual File History allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them. -Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes, and more. +Use it to quickly find when the most impactful changes were made to a file or who best to talk to about file changes and more. Authors who have contributed changes to the file are on the left y-axis to create a swim-lane of their commits over time (the x-axis). Commit are plotted as color-coded (per-author) bubbles, whose size represents the relative magnitude of the changes. diff --git a/walkthroughs/plus/worktrees.md b/walkthroughs/plus/worktrees.md index 738551188923d..7f5a9fc6b02af 100644 --- a/walkthroughs/plus/worktrees.md +++ b/walkthroughs/plus/worktrees.md @@ -4,7 +4,7 @@ Worktrees View

-Worktrees help you multitask, by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously. +Worktrees help you multitask by minimizing the context switching between branches, allowing you to easily work on different branches of a repository simultaneously. Avoid interrupting your work in progress when needing to review a pull request. Simply create a new worktree and open it in a new VS Code window, all without impacting your other work.