From cc827f4711a945e72a99f65cd5748e0611e2a784 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 12 Jun 2017 11:14:28 -0400 Subject: [PATCH] Adds more notes on copy commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2755ab1..2f62d8d 100644 --- a/README.md +++ b/README.md @@ -195,9 +195,9 @@ GitLens provides an unobtrusive blame annotation at the end of the current line, ### And More -- Adds a `Copy Commit ID to Clipboard` command (`gitlens.copyShaToClipboard`) to copy the commit id (sha) of the active line to the clipboard +- 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 -- Adds a `Copy Commit Message to Clipboard` command (`gitlens.copyMessageToClipboard`) to copy the commit message of the active line to the clipboard +- 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 - Adds a `Open Changed Files` command (`gitlens.openChangedFiles`) to open any files with working tree changes