What is Git History Diff?
Git History Diff is a VS Code extension to view Git history, diff of committed files, git blame info, stash details, and more.
Key Features:
- View branch history.
- View file history.
- View folder history.
- View line history.
- View history by author.
- Select a commit from the history view to see diff of committed files.
- View git stashes and related files' diffs.
- View git blame which displays the latest commit info at the end of each line. Hover on it to see details.
- Input a commit sha1 to see diff of the committed files.
- View all the diffs between current branch and the selected one or between the two selected ones.
- View the diff of a file or folder between current branch and the selected one or between the two selected ones.
- View file diff between un-committed local and specified commit.