Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Branch FilesNew to Visual Studio Code? Get it now.
Git Branch Files

Git Branch Files

Alwar G

|
1,939 installs
| (1) | Free
The extension will open the files for the current branch
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git-Branch-Files for VS Code

The extension will open the files for the current branch.

1. open changed files

open-files

2. close current and open changed files

open-close-files

Requirements

  1. Your branch name should not be a source(master or main) branch.
  2. It will open only the first 15 changed files.

Configuration

"git-branch-files": {
  "maximum_limit": 15,
  "source_branch": "master",
  "excluded_filetypes": []
},
  1. maximum_limit - The maximum number of files to be open and its default value is 15.
  2. excluded_filetypes - Here, you can give the file types which should not be open(example: 'json').
  3. source_branch - The source branch of the repository and its default value is master.

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft