diff --git a/docs/.doc-examples/complex-feature.md b/docs/.doc-examples/complex-feature.md index 6a859ce5041f0e39834cc5f47f5b18248a15295e..745e6b3bcdc97dc35092bb651903f37435acc1ef 100644 --- a/docs/.doc-examples/complex-feature.md +++ b/docs/.doc-examples/complex-feature.md @@ -91,11 +91,11 @@ To disable word diff for specific languages only, add this to your settings.json File History shows the commit history for an individual file. Each entry displays the commit's author, timestamp, and message. Selecting a commit opens a diff view filtered to show only the changes made to that file in that commit. -To open File History: +To view File History: -- Right-click on a file in the Project Panel and select "Open File History" -- Right-click on a file in the Git Panel and select "Open File History" -- Right-click on an editor tab and select "Open File History" +- Right-click on a file in the Project Panel and select "View File History" +- Right-click on a file in the Git Panel and select "View File History" +- Right-click on an editor tab and select "View File History" - Use the Command Palette and search for "file history" ## Fetch, Push, and Pull {#fetch-push-pull} diff --git a/docs/src/git.md b/docs/src/git.md index b33aa0690cbad99f792729dd780ab03716d0dc4c..f7b524925195a80af05387ad1b063ceccff66436 100644 --- a/docs/src/git.md +++ b/docs/src/git.md @@ -99,11 +99,11 @@ You can switch between modes at any time. Your preference applies to [Project Di File History shows the commit history for an individual file. Each entry displays the commit's author, timestamp, and message. Selecting a commit opens a diff view filtered to show only the changes made to that file in that commit. -To open File History: +To view File History: -- Right-click on a file in the Project Panel and select "Open File History" -- Right-click on a file in the Git Panel and select "Open File History" -- Right-click on an editor tab and select "Open File History" +- Right-click on a file in the Project Panel and select "View File History" +- Right-click on a file in the Git Panel and select "View File History" +- Right-click on an editor tab and select "View File History" - Use the Command Palette and search for "file history" ## Fetch, Push, and Pull