Press the keys to navigate to the next or previous product.
Git History

Git History

View git log, file history, compare branches or commits

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
• Create Tag
• Create Branch
• Reset commit (soft and hard)
• 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’.

Tags:

VS CodePluginGithubopen source
Previous Tool Next Tool