Branch Diff
Compare and view file differences between Git branches directly in VS Code.
Features
- Branch Comparison: Compare your working tree or any branch against a target branch
- Folder Tree View: Changed files are organized in a hierarchical folder structure
- Quick Branch Selection: Search and select branches with QuickPick
- Inline Diff View: Click any file to see the diff between branches
- Open Current Version: Quickly jump to the current HEAD version of any file
Usage
- Open the Branch Diff view in the Activity Bar
- Click on Target to select the branch you want to compare against
- Optionally, click on Source to change from Working Tree to a specific branch
- Click on any changed file to view the diff
Requirements
- Git must be installed and available in your PATH
- The workspace must contain a Git repository
Release Notes
0.0.1
Initial release with basic branch diff functionality.
| |