Browse Source

Tweaks content & typos

main
Eric Amodio 2 years ago
parent
commit
2e640f53d7
7 changed files with 11 additions and 11 deletions
  1. +3
    -3
      README.md
  2. +1
    -1
      package.json
  3. +3
    -3
      src/webviews/apps/home/home.html
  4. +1
    -1
      src/webviews/apps/plus/timeline/timeline.html
  5. +1
    -1
      walkthroughs/plus/commit-graph.md
  6. +1
    -1
      walkthroughs/plus/visual-file-history.md
  7. +1
    -1
      walkthroughs/plus/worktrees.md

+ 3
- 3
README.md View File

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

+ 1
- 1
package.json View File

@ -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",

+ 3
- 3
src/webviews/apps/home/home.html View File

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

+ 1
- 1
src/webviews/apps/plus/timeline/timeline.html View File

@ -49,7 +49,7 @@
</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>

+ 1
- 1
walkthroughs/plus/commit-graph.md View File

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

+ 1
- 1
walkthroughs/plus/visual-file-history.md View File

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

+ 1
- 1
walkthroughs/plus/worktrees.md View File

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

Loading…
Cancel
Save