Browse Source

Adds git commands image/section in README

Updates images in README
main
Eric Amodio 5 years ago
parent
commit
580140179b
7 changed files with 9 additions and 4 deletions
  1. +9
    -4
      README.md
  2. BIN
      images/docs/menu-git-commands.png
  3. BIN
      images/docs/view-compare.png
  4. BIN
      images/docs/view-file-history.png
  5. BIN
      images/docs/view-line-history.png
  6. BIN
      images/docs/view-repositories.png
  7. BIN
      images/docs/view-search.png

+ 9
- 4
README.md View File

@ -504,10 +504,6 @@ The compare view provides the following features,
- 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 - 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
- Adds a _Git Commands_ command (`gitlens.gitCommands`) to provide a guided (step-by-step) access to common Git commands (and their flags)
- Quickly navigate and execute Git commands through easy-to-use menus where each command requires an explicit confirm step before executing
- 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 - 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
- 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** - 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**
- _Open Branches on Remote_ command (`gitlens.openBranchesInRemote`) — opens the branches on the supported remote service - _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,
- _Open File on Remote_ command (`gitlens.openFileInRemote`) — opens the current file/revision on the supported remote service - _Open File on Remote_ command (`gitlens.openFileInRemote`) — opens the current file/revision on the supported remote service
- _Open Repository on Remote_ command (`gitlens.openRepoInRemote`) — opens the repository on the supported remote service - _Open Repository on Remote_ command (`gitlens.openRepoInRemote`) — opens the repository on the supported remote service
#### Git Commands
<p align="center">
<img src="https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images/docs/menu-git-commands.png" alt="Git Commands Quick Pick Menu" />
</p>
- Adds a _Git Commands_ command (`gitlens.gitCommands`) to provide guided (step-by-step) access to common Git commands and their flags
- Quickly navigate and execute Git commands through easy-to-use menus where each command requires an explicit confirm step before executing
#### Branch History #### Branch History
<p align="center"> <p align="center">

BIN
images/docs/menu-git-commands.png View File

Before After
Width: 610  |  Height: 387  |  Size: 41 KiB

BIN
images/docs/view-compare.png View File

Before After
Width: 610  |  Height: 370  |  Size: 24 KiB Width: 610  |  Height: 370  |  Size: 34 KiB

BIN
images/docs/view-file-history.png View File

Before After
Width: 610  |  Height: 370  |  Size: 40 KiB Width: 610  |  Height: 370  |  Size: 49 KiB

BIN
images/docs/view-line-history.png View File

Before After
Width: 610  |  Height: 370  |  Size: 41 KiB Width: 610  |  Height: 370  |  Size: 44 KiB

BIN
images/docs/view-repositories.png View File

Before After
Width: 610  |  Height: 452  |  Size: 28 KiB Width: 610  |  Height: 430  |  Size: 38 KiB

BIN
images/docs/view-search.png View File

Before After
Width: 610  |  Height: 370  |  Size: 18 KiB Width: 610  |  Height: 370  |  Size: 22 KiB

Loading…
Cancel
Save