Skip to content

Commit

Permalink
Tweaks content & typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Oct 17, 2022
1 parent 79008fc commit 2e640f5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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')

Expand All @@ -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.

Expand All @@ -111,7 +111,7 @@ Additionally, each commit's additions and deletions are visualized as color-code
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/worktrees-illustrated.png" alt="Worktrees view" />
</p>

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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/webviews/apps/home/home.html
Expand Up @@ -260,7 +260,7 @@
helps you easily visualize and keep track of all work in progress.
</p>
<p class="mb-0">
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.
</p>
Expand All @@ -287,7 +287,7 @@
</p>
<p class="mb-0">
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.
</p>
</card-section>
<card-section dismissable id="worktrees">
Expand All @@ -306,7 +306,7 @@
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
>Worktrees</a
>
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.
</p>
<p class="mb-0">
Expand Down
2 changes: 1 addition & 1 deletion src/webviews/apps/plus/timeline/timeline.html
Expand Up @@ -49,7 +49,7 @@ <h1 data-bind="empty"></h1>
</p>
<p>
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.
</p>
<div id="overlay-slot"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion walkthroughs/plus/commit-graph.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion walkthroughs/plus/visual-file-history.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion walkthroughs/plus/worktrees.md
Expand Up @@ -4,7 +4,7 @@
<img src="../../images/docs/worktrees-illustrated.png" alt="Worktrees View"/>
</p>

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.

Expand Down

0 comments on commit 2e640f5

Please sign in to comment.