Git File Groups (for VSCode)
A tool for bundling changed files into named groups.
Intended as a lightweight mechanism for organizing work in progress.
Not intended for industrial grade project work where pull-requests and branches are the obvious choices.
Features
- Sits as an additional panel in the Source Control view alongside Changes, Branches, etc
- Groups can be created, renamed, deleted and files drag/dropped
- File Diff, Open & Revert just like main 'Changes' panel
- External links - regexp patterns in the group title can be linked to external tools (azure devops, etc) - see $/.vscode/git-file-groups.json
- Each group commit button auto stages ONLY that group's files and initiates standard commit flow
- Group title is the default commit message
| |