8000 GitHub - ividic/gitHistoryVSCode: Git History for Visual Studio Code
[go: up one dir, main page]

Skip to content

ividic/gitHistoryVSCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git History (including git log)

View git log along with the graph and details. 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. Cherrypicking and Compare commits/branches.

Features

  • View Git History with graph and details (latest feature)
  • 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
  • Use keyboard shortcuts to view history of a file or line
  • Compare commits/branches
  • View commit information in a treeview (snapshot of all changes)

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".

Available Commands

  • View Git History (git log) (git.viewHistory)
  • View File History (git.viewFileHistory)
  • View Line History (git.viewLineHistory)

Keyboard Shortcuts

You can add keyboard short cuts for the above commands by following the directions on the website customization documentation.

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

Image of Git Log

Image of File History

Image of another instance of File History

Image of Line History

Image of Compare

Source

GitHub

License

MIT

About

Git History for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.6%
  • CSS 6.7%
  • JavaScript 4.3%
  • HTML 0.4%
0