Skip to content

Commit 5801401

Browse files
committed
Adds git commands image/section in README
Updates images in README
1 parent 1be4390 commit 5801401

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,6 @@ The compare view provides the following features,
504504

505505
- Adds a _Show Last Opened Quick Pick_ command (`gitlens.showLastQuickPick`) with a shortcut of `alt+-` to quickly get back to where you were when the last GitLens quick pick menu closed
506506

507-
- Adds a _Git Commands_ command (`gitlens.gitCommands`) to provide a guided (step-by-step) access to common Git commands (and their flags)
508-
509-
- Quickly navigate and execute Git commands through easy-to-use menus where each command requires an explicit confirm step before executing
510-
511507
- Adds commands to Open files, commits, branches, and the repository on the supported remote services, **Bitbucket, GitHub, GitLab, and Azure DevOps** or a [**user-defined** remote services](#custom-remotes-settings 'Jump to Custom Remotes settings') — only available if a Git upstream service is configured in the repository
512508
- Also supports [remote services with custom domains](#custom-remotes-settings 'Jump to Custom Remotes settings'), such as **Bitbucket, Bitbucket Server (previously called Stash), GitHub, GitHub Enterprise, GitLab**
513509
- _Open Branches on Remote_ command (`gitlens.openBranchesInRemote`) — opens the branches on the supported remote service
@@ -516,6 +512,15 @@ The compare view provides the following features,
516512
- _Open File on Remote_ command (`gitlens.openFileInRemote`) — opens the current file/revision on the supported remote service
517513
- _Open Repository on Remote_ command (`gitlens.openRepoInRemote`) — opens the repository on the supported remote service
518514

515+
#### Git Commands
516+
517+
<p align="center">
518+
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-git-commands.png" alt="Git Commands Quick Pick Menu" />
519+
</p>
520+
521+
- Adds a _Git Commands_ command (`gitlens.gitCommands`) to provide guided (step-by-step) access to common Git commands and their flags
522+
- Quickly navigate and execute Git commands through easy-to-use menus where each command requires an explicit confirm step before executing
523+
519524
#### Branch History
520525

521526
<p align="center">

images/docs/menu-git-commands.png

41.1 KB
Loading

images/docs/view-compare.png

10.2 KB
Loading

images/docs/view-file-history.png

8.81 KB
Loading

images/docs/view-line-history.png

2.95 KB
Loading

images/docs/view-repositories.png

9.7 KB
Loading

images/docs/view-search.png

3.67 KB
Loading

0 commit comments

Comments
 (0)