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

Git Skip

Alcyon Technologies

|
1,039 installs
| (7) | Free
Easily ignore changes to files using git's skip-worktree and assume-unchanged flags.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Alcyon Technologies Open Source Visual Studio Code

GitHub License Visual Studio Marketplace Version Visual Studio Marketplace Installs Visual Studio Marketplace Downloads Visual Studio Marketplace Rating

Git Skip

This extension allows you to set Git's skip-worktree and assume-unchanged flags for files, directly from the source control pane.

This can be useful when you have local modifications on a file and want to prevent this file from being committed by accident (Skip Worktree), or to optimize the modification scan to exclude large files (Assume Unchanged).

These flags are NOT the same as adding a file to the .gitignore.

Learn more about the differences in this great blog post.

In Action

Setting the skip-worktree flag on a file   Viewing skipped files, and removing the flag

Requirements

  • You must be in a Git project.
  • Only tracked files can be flagged.

Known Issues

This is an alpha release, expect the unexpected ! Please open issues in this GitHub repo and/or contribute a PR.

  • The context menu allows clicking on the flags for untracked files (but an error will be raised).

Release Notes

0.6.0

  • You can now open a skipped file's diff by clicking on it in the Git Skip panel.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft