You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Commit Graph helps you easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when.
- Adds [**rich integration**](https://github.com/gitkraken/vscode-gitlens#remote-provider-integrations-) with GitHub Enterprise — closes [#1210](https://github.com/gitkraken/vscode-gitlens/issues/1210)
12
15
- Adds associated pull request to line annotations and hovers
13
16

@@ -17,6 +20,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
17
20
- Adds associated pull requests to branches and commits in GitLens views
18
21
- Adds rich autolinks for GitHub issues and merge requests, including titles, status, and authors
19
22
- Adds rich support to _Autolinked Issues and Pull Requests_ within comparisons to list autolinked GitHub issues and merge requests in commit messages
- The Commit Details View provides rich details for commits and stashes.
25
+
- These details will contextually update as you navigate:
26
+
- lines in the text editor
27
+
- commits in the Commit Graph, Visual File History, or Commits view
28
+
- stashes in the Stashes view
29
+
- Alteratively, search for or choose a commit directly from the view.
20
30
- Adds new stash behaviors to use the Source Control (commit message) input box — closes [#2081](https://github.com/gitkraken/vscode-gitlens/issues/2081)
21
31
- When a stash is applied or popped and the Source Control input is empty, we will now update the Source Control input to the stash message
22
32
- When stashing changes and the Source Control input is not empty, we will now default the stash message input to the Source Control input value
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,14 @@ GitLens+ adds all-new, completely optional, features that enhance your current G
78
78
79
79
No, the introduction of GitLens+ has no impact on existing GitLens features, so you won't lose access to any of the GitLens features you know and love. In fact, we are heavily investing in enhancing and expanding the GitLens feature set. Creating an account simply gives you access to a subset of new features that will enable you to get even more out of Git in VS Code!
The Commit Graph helps you easily visualize branch structure and commit history. 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-).
88
+
81
89
## Visual File History view [#](#visual-file-history-view-'Visual File History view')
82
90
83
91
<palign="center">
@@ -277,6 +285,24 @@ GitLens adds many side bar views to provide additional rich functionality. The d
The Commit Details View provides rich details for commits and stashes: author, commit ID, links to Pull Requests and Issues, autolinks, changed files, and more.
295
+
296
+
These will show contextually as you navigate:
297
+
298
+
- lines in the text editor
299
+
- commits in the [Commit Graph](#commit-graph-view-), [Visual File History](#visual-file-history-view-), or [Commits view](#commits-view-)
300
+
- stashes in the [Stashes view](#stashes-view-)
301
+
302
+
Alteratively, search for or choose a commit directly from the view.
303
+
304
+
**For optimal usage, we highly recommended dragging this view to the secondary sidebar.**
0 commit comments