Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>git-file-explorerNew to Visual Studio Code? Get it now.
git-file-explorer

git-file-explorer

Joshua Nelson

|
1,460 installs
| (2) | Free
Browse changed files (or any git command) in the file explorer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

git-file-explorer README

Git file explorer lets you create a file explorer of your own choosing, based on a git command.

For example, by default, you can browse changes that are not yet present on a master branch:

git --no-pager diff `git merge-base HEAD origin/master` --name-only -z

Browsing with the file explorer

Features

File explorer screenshot

Extension Settings

This extension contributes the following settings:

  • gitFileExplorer.gitCommand: the command to run when populating the file explorer
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft