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

Git Changelists

Preview

koenigstag

|
216 installs
| (0) | Free
Adds menu for managing Git Changelists
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Git Changelists

Extension for VSCode adding feature of Changelists GUI. Under the hood it's just few GIT tricks and commands.

Preview

Features

  • Create, Rename, Delete changelists
  • Add, Remove unstaged files to changelist (via context menu)

Each file that is tracked by git when added to chagelist will be processed through command git update-index --assume-unchanged filepath. Or through git update-index --no-assume-unchanged filepath when removed from changelist.

Known Issues

  • This extension may have some parsing issues, and code will be refactored sooner or later.

Release Notes

Change Log

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft