Skip to content

VS Code extension to allow changes files to be excluded from git (--skip-worktree, --assume-unchanged, exclude file)

Notifications You must be signed in to change notification settings

jellyedwards/gitsweep

Repository files navigation

GitSweep README

GitSweep is a VS Code extension which allows you to easily exclude modified or new files so they don't get committed accidentally.

Features

gitsweep in action

GitSweep uses git's --skip-worktree and .git/info/exclude to exclude changed files that you don't want to accidentally commit.

Excluded files are shown in a GitSweep window under the normal git window so you can see which files are changed and include the files again when necessary.

Known Issues/TODOs

Thanks to...

Icons8 and vscode-icons for icons

About

VS Code extension to allow changes files to be excluded from git (--skip-worktree, --assume-unchanged, exclude file)

Resources

Stars

Watchers

Forks

Packages

No packages published