Aktyn / git-changelists-manager

Extension for grouping files into changelist. Changes in files inside changelist are ignored in git.

Repository from Github https://github.comAktyn/git-changelists-managerRepository from Github https://github.comAktyn/git-changelists-manager

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

About

Extension for grouping files into changelist. Changes in files inside changelist are ignored in git.

License:GNU General Public License v3.0


Languages

Language:TypeScript 93.4%Language:JavaScript 6.6%