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

Git changelists manager

Aktyn

|
1,505 installs
| (3) | Free
Extension for grouping files into changelist. Changes in files inside changelist are ignored in git.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git changelists manager

Inspired by this vscode extension, which I used for a short time before it stopped working.

This extension mainly uses the git update-index --assume-unchanged <filepath> and git update-index --no-assume-unchanged <filepath> commands to locally ignore files from git without using the .gitignore file.

It also allows the user to group files into changelists so that they can be restored all at once later.

Preview

Release Notes

1.0.0

  • Initial release

1.0.1

  • Extension icon

1.0.2

  • Handling multi-file operations
  • New options in the right-click context menu
  • Show file icon in changelist view
  • Removed all extension commands from the command palette (they didn't do anything)

1.0.3

  • Fixed issue with files already listed in changelist
  • Adding untracked files to changelist will no longer show error message
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft