You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ The file history view provides the following features,
370
370
371
371
- Automatically tracks the current editor and lists the revision (commit) history of the current file
372
372
- An inline toolbar provides quick access to the _Open File_, and _Open File on Remote_ (if available) commands
373
-
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote File Url to Clipboard_ (if available), and _Refresh_ commands
373
+
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote Url to Clipboard_ (if available), and _Refresh_ commands
374
374
- Provides the message, author, and date of each revision (commit) — fully [customizable](#view-settings-'Jump to the View settings')
375
375
- An inline toolbar provides quick access to the _Compare with HEAD_ (`alt-click` for _Compare with Working Tree_), _Copy Commit ID to Clipboard_ (`alt-click` for _Copy Commit Message to Clipboard_), and _Open Commit on Remote_ (if available) commands
376
376
- A context menu provides access to more common revision (commit) commands
@@ -395,7 +395,7 @@ The line history view provides the following features,
395
395
396
396
- Automatically tracks the current editor selection and lists the revision (commit) history of the selection in current file
397
397
- An inline toolbar provides quick access to the _Open File_, and _Open File on Remote_ (if available) commands
398
-
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote File Url to Clipboard_ (if available), and _Refresh_ commands
398
+
- A context menu provides _Open File_, _Open File on Remote_ (if available), _Copy Remote Url to Clipboard_ (if available), and _Refresh_ commands
399
399
- Provides the message, author, and date of each revision (commit) — fully [customizable](#view-settings-'Jump to the View settings')
400
400
- An inline toolbar provides quick access to the _Compare with HEAD_ (`alt-click` for _Compare with Working Tree_), _Copy Commit ID to Clipboard_ (`alt-click` for _Copy Commit Message to Clipboard_), and _Open Commit on Remote_ (if available) commands
401
401
- A context menu provides access to more common revision (commit) commands
@@ -626,7 +626,7 @@ The compare view provides the following features,
626
626
627
627
- Adds a _Copy Commit Message to Clipboard_ command (`gitlens.copyMessageToClipboard`) to copy the commit message of the current line to the clipboard or from the most recent commit to the current branch, if there is no current editor
628
628
629
-
- Adds a _Copy Remote File Url to Clipboard_ command (`gitlens.copyRemoteFileUrlToClipboard`) to copy the remote url of the current file and line to the clipboard
629
+
- Adds a _Copy Remote Url to Clipboard_ command (`gitlens.copyRemoteFileUrlToClipboard`) to copy the remote url of the current file and line to the clipboard
630
630
631
631
- Adds an _Open Working File"_ command (`gitlens.openWorkingFile`) to open the working file for the current file revision
0 commit comments