Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 875 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 875 Bytes

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