Skip to content

Commit cc827f4

Browse files
committed
Adds more notes on copy commands
1 parent 6f3441a commit cc827f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ GitLens provides an unobtrusive blame annotation at the end of the current line,
195195

196196
### And More
197197

198-
- Adds a `Copy Commit ID to Clipboard` command (`gitlens.copyShaToClipboard`) to copy the commit id (sha) of the active line to the clipboard
198+
- Adds a `Copy Commit ID to Clipboard` command (`gitlens.copyShaToClipboard`) to copy the commit id (sha) of the active line to the clipboard or from the most recent commit to the current branch, if there is no active editor
199199

200-
- Adds a `Copy Commit Message to Clipboard` command (`gitlens.copyMessageToClipboard`) to copy the commit message of the active line to the clipboard
200+
- Adds a `Copy Commit Message to Clipboard` command (`gitlens.copyMessageToClipboard`) to copy the commit message of the active line to the clipboard or from the most recent commit to the current branch, if there is no active editor
201201

202202
- Adds a `Open Changed Files` command (`gitlens.openChangedFiles`) to open any files with working tree changes
203203

0 commit comments

Comments
 (0)