About 2,290,000 results
Open links in new tab
  1. How can I view the Git history in Visual Studio Code?

    May 3, 2020 · There's another comfortable way to navigate the commit history for a file in Visual Studio Code by using the Gitlens extension. That provides two functionalities, "File history" …

  2. How to view the Git History in Visual Studio Code | bobbyhadz

    Apr 6, 2024 · The Git: View File History command displays the commit history for the selected file. The Git: Line history command displays the commit history for the selected line or code block. …

  3. Using Git source control in VS Code - Visual Studio Code

    VS Code's built-in Git support provides the Git commit history of the specified file. Selecting a commit will open a diff view of the changes introduced by that commit. When you right-click on …

  4. Git - Viewing the Commit History

    After you have created several commits, or if you have cloned a repository with an existing commit history, you’ll probably want to look back to see what has happened. The most basic …

  5. Visualize the Git history in Visual Studio Code

    Apr 15, 2018 · To visualize the Git history in Visual Studio Code, you can use the Git History Extension. This is an excellent and widely used extension for Visual Studio Code which shows …

  6. Git History - Visual Studio Marketplace

    View the history of a line in a file (Git Blame). Open the file to view the history, and then Press F1 and select/type "Git: View History", "Git: View File History" or "Git: View Line History". You can …

  7. How can I see local history changes in Visual Studio Code?

    Sep 14, 2022 · There isn’t any option in Visual Studio Code to see file history. If you are using Git, then you can use Visual Studio Code extension Git History to see the file changes after each …

  8. VS Code: view Local History & restore previous File Version

    Apr 6, 2024 · Type local history and select Local History: Find Entry to Restore. A new menu is shown in which you can select the file to show local history for. The last step is to select the …

  9. View a List of Commits & Undo Changes | Free Git Tutorial - Noble …

    Dec 23, 2022 · The Git Graph extension enables viewing a list of commits, where users can read through commit messages, see which files have been changed, and see the changes within a …

  10. How To Find File History With Git And Visual Studio Code

    Oct 13, 2021 · As I deal with both clients and colleagues who make frequent changes to config files, I quickly need to see the timeline of changes per file. 1. VS Code Timeline feature — …

  11. Some results have been removed
Refresh