diff --git a/README.md b/README.md index 8e55e53..f178cb8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Here are just some of the **features** that GitLens provides, - on-demand [**gutter changes**](#gutter-changes- 'Jump to the Gutter Changes') annotations to highlight any local (unpublished) changes or lines changed by the most recent commit - on-demand [**gutter heatmap**](#gutter-heatmap- 'Jump to the Gutter Heatmap') annotations to show how recently lines were changed, relative to all the other changes in the file and to now (hot vs. cold) - a custom, user-friendly [**interactive rebase editor**](#interactive-rebase-editor- 'Jump to the Interactive Rebase Editor') to more easily configure an interactive rebase session -- a [**Git Command Palette**](#git-command-palette- 'Jump to the Git Command Palette') to provide guided (step-by-step) access to many common Git commands and their flags +- a [**Git Command Palette**](#git-command-palette- 'Jump to the Git Command Palette') to provide guided (step-by-step) access to many common Git commands - many [**powerful commands**](#navigate-and-explore- 'Jump to the Navigate and Explorer') for exploring commits and histories, comparing and navigating revisions, stash access, repository status, etc - user-defined [**modes**](#modes- 'Jump to the Modes') for quickly toggling between sets of settings - and so much [**more**](#and-more- 'Jump to More') @@ -431,10 +431,10 @@ The Repositories view lists opened Git repositories, and additionally provides, ## Git Command Palette [#](#git-command-palette- 'Git Command Palette')

- Git Command Palette + Git Command Palette

-- Adds a [customizable](#git-command-palette-settings- 'Jump to the Git Command Palette settings') _Git Command Palette_ command (`gitlens.gitCommands`) to provide guided (step-by-step) access to many common Git commands and their flags +- Adds a [customizable](#git-command-palette-settings- 'Jump to the Git Command Palette settings') _Git Command Palette_ command (`gitlens.gitCommands`) to provide guided (step-by-step) access to many common Git commands - Quickly navigate and execute Git commands through easy-to-use menus where each command can require an explicit confirmation step before executing ## Interactive Rebase Editor [#](#interactive-rebase-editor- 'Interactive Rebase Editor') diff --git a/images/docs/git-command-palette.png b/images/docs/git-command-palette.png new file mode 100644 index 0000000..43e2b3a Binary files /dev/null and b/images/docs/git-command-palette.png differ diff --git a/images/docs/menu-git-commands.png b/images/docs/menu-git-commands.png deleted file mode 100644 index 9ea69f5..0000000 Binary files a/images/docs/menu-git-commands.png and /dev/null differ