Skip to content

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

License

Notifications You must be signed in to change notification settings

koenigstag/git-changelists

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published