cuth / gitHistoryVSCode

Git History for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git History

View the history of a file (Git log) or the history of a line in a file (Git Blame). View a previous copy of the file. Compare a previous version with the version in the workspace or another. View commit log details for a selected commit.

##Features

  • View the details of a commit, such as author name, email, date, committer name, email, date and comments.
  • View a previous copy of the file or compare it against the local workspace version or a previous version.
  • View the changes to the active line in the editor (Git Blame).
  • Configure the information displayed in the list

Open the file to view the history, and then Press F1 and select/type "Git: View History".

NOTE: The file for which the history is to be viewed, must already be opened.

Image of File History

Image of another instance of File History

Image of Line History

Change Log

View

Source

Github

License

MIT

About

Git History for Visual Studio Code

License:Other


Languages

Language:TypeScript 100.0%