Skip to content
Git History for Visual Studio Code
Branch: master
Clone or download
Pull request Compare This branch is even with DonJayamanne:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode
browser
gemoji @ 3f60571
images
resources
src
test
.editorconfig
.eslintrc
.gitignore
.gitmodules
.jshintignore
.jshintrc
.travis.yml
.vscodeignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
coverconfig.json
gitHistory.code-workspace
githistoryvscode_settings.json
gulpfile.js
package-lock.json
package.json
tsconfig.json
tsfmt.json
tslint.json
webpack.config.js
yarn.lock

README.md

Git History, Search and More (including git log)

  • View and search git log along with the graph and details.
  • View a previous copy of the file.
  • View and search the history
    • View the history of one or all branches (git log)
    • View the history of a file
    • View the history of a line in a file (Git Blame).
    • View the history of an author
  • Compare:
    • Compare branches
    • Compare commits
    • Compare files across commits
  • Miscellaneous features:
    • Github avatars
    • Cherry-picking commits
    • Reverting commits
    • Create branches from a commits
    • View commit information in a treeview (snapshot of all changes)
    • Merge and rebase

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

Big thanks to ole

License

MIT

You can’t perform that action at this time.