0.2.0 • Published 2 years ago

git-file-explorer v0.2.0

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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
0.2.0

2 years ago

0.1.1

2 years ago