diff --git a/_images/gl-commit-graph-01-v2@2x.png b/_images/gl-commit-graph-01-v2@2x.png new file mode 100644 index 0000000..81b8414 Binary files /dev/null and b/_images/gl-commit-graph-01-v2@2x.png differ diff --git a/_images/gl-search-options-01-v2@2x.png b/_images/gl-search-options-01-v2@2x.png new file mode 100644 index 0000000..c263af1 Binary files /dev/null and b/_images/gl-search-options-01-v2@2x.png differ diff --git a/gitlens/GL-Commit-Graph.md b/gitlens/GL-Commit-Graph.md index 37acf81..02175c1 100644 --- a/gitlens/GL-Commit-Graph.md +++ b/gitlens/GL-Commit-Graph.md @@ -13,7 +13,7 @@ taxonomy: The GitLens Commit Graph provides an interactive view of your repository history. It shows commits, branches, and collaborators in one place, helping you understand contributions and make faster decisions.
- Commit Graph in GitLens showing branches and commits + Commit Graph in GitLens showing branches and commits
Commit Graph overview in GitLens
@@ -21,12 +21,16 @@ The GitLens Commit Graph provides an interactive view of your repository history ### Open the Commit Graph +The Commit Graph leads the GitLens side bar as its main view, so it is already open when you open GitLens. Only the default location changed: a graph you moved yourself stays where you put it, and a one-time prompt offers the bottom panel instead. + +To open it from the Command Palette: + 1. Open the Command Palette: - macOS: Cmd + Shift + P - Windows/Linux: Ctrl + Shift + P 2. Type **Show Commit Graph** and select it. -The Commit Graph opens in a new tab, where you can scroll through history and resize column widths. +In the side bar, the Commit Graph adapts to the width available. Narrow widths show compact list-style rows with the details panel below the graph. Widen the view, or move it to the bottom panel, for the columnar table layout this article describes.
GIF showing how to open the Commit Graph from the Command Palette @@ -77,13 +81,13 @@ You can configure the Commit Graph to control what information is shown and how
#### Layout Options -- **Panel Layout**: Displays the Commit Graph in the bottom panel (near the Terminal) with a details view alongside it. -- **Editor Layout**: Opens the Commit Graph in an editor tab. +- **View**: Shows the Commit Graph in the GitLens side bar, with the details panel below it. This is the default. +- **Editor**: Opens the Commit Graph in an editor tab. - You can open the Commit Graph in both layouts simultaneously. To switch layouts: -1. Select the settings gear in the top-right corner of the Commit Graph editor. -2. Choose **Prefer Commit Graph in Panel Layout** or **Prefer Commit Graph in Editor Area**. +1. Select the settings gear in the top-right corner of the Commit Graph. +2. Choose **Prefer Commit Graph as a View** or **Prefer Commit Graph in Editor**.
Commit Graph layout preference menu @@ -106,7 +110,9 @@ Scroll markers highlight key points in the Commit Graph, including: - Selected rows - Search results -Use scroll markers to quickly jump to important points such as `HEAD` or refs. You can toggle this feature in the [Commit Graph settings](/gitlens/gitlens-features/#settings). +Select a marker to select and focus its row. Right-click the marker rail to turn marker types on or off without leaving the graph, or use the [Commit Graph settings](/gitlens/gitlens-features/#settings). + +Additional marker types are off by default. Turn on the ones you want from the marker rail.
Commit Graph scroll markers indicating branch and search results @@ -168,7 +174,7 @@ Additional options: - Use regular expressions
- Commit Graph search options for case sensitivity and regex + Commit Graph search options for case sensitivity and regex
Commit Graph search options
diff --git a/gitlens/GL-GK-AI.md b/gitlens/GL-GK-AI.md index 115227b..e46b4e5 100644 --- a/gitlens/GL-GK-AI.md +++ b/gitlens/GL-GK-AI.md @@ -52,7 +52,7 @@ Understand the reasoning behind changes with AI-generated explanations of commit -### AI Changes Explain `Preview` +### AI Changes Explain Gitkraken AI can also be used to generate summaries in Branches, Working changes, and Stashes. What changed across all commits in a branch – ✨Explain Branch diff --git a/gitlens/gitlens-features.md b/gitlens/gitlens-features.md index 6294cd9..b96d34e 100644 --- a/gitlens/gitlens-features.md +++ b/gitlens/gitlens-features.md @@ -434,7 +434,7 @@ Learn how to configure this in our [Self-Hosting Guide](/gk-dev/gk-dev-home/#sel The Commit Graph helps visualize your repository's commit history by displaying branches, commits, and contributors in a unified view. This makes it easier to understand project activity and make informed decisions quickly.
- Commit Graph in GitLens showing branches and commits + Commit Graph in GitLens showing branches and commits
Explore your full Git history at a glance
@@ -613,7 +613,7 @@ You can also refine results with: - **Regular expression**
- Commit Graph search filter toggles + Commit Graph search filter toggles
Adjust search filters for more precision