Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Git Skip Worktree ManagerNew to Visual Studio Code? Get it now.
Git Skip Worktree Manager

Git Skip Worktree Manager

t-akasaki

|
1,002 installs
| (1) | Free
Managing the Git Skip Worktree
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Skip Worktree Manager README

An extension to manage the git update-index --skip-worktree Git command.

Features

Image Image Image

The following three methods can be used to register a file for skip-worktree.

  • Adding a file with the Git command
  • Right-click the file in Explorer and select Skip Worktree Toggle.
  • Define it in gitSkipWorktreeManager.paths in setting.json
  • On the GIT UPDATE INDEX MANAGER tab, click the + button next to the file name.

If you want to disable all files registered in the SkipWorktree, click the All Git Skip Worktree Disable button on the status bar. If you want to exclude a file from management, right-click the target file in the GIT UPDATE INDEX MANAGER tab and select Delete. However, you cannot delete the files defined in gitSkipWorktreeManager.paths.

Requirements

Have a Git version installed that can use git update-index --skip-worktree.

Extension Settings

By defining files in gitSkipWorktreeManager.paths as relative paths from the workspace, you can make them the default target files for the workspace.

{
  "gitSkipWorktreeManager.paths": []
}

Release Notes

1.0.0

Initial release

1.0.1

Add an icon

1.0.2

Update Gif URL in Readme.

1.0.3

Update Gif URL in Readme.

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