Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 713 Bytes

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