Feature Request: Special version controlling is required for composer

Not sure if this feature already exists.

When developing a feature, we aim to make incremental progress to be able to see which change breaks things. However, there are times when we need to revert to a previously working state. If a commit was not made at the last working state, it can become challenging to track all the changes, particularly when using composer. Committing minor or incomplete changes all the time is not practical.

A feature that creates a snapshot or commits changes automatically when a user accepts composer suggestions could greatly enhance the ability to trace modifications efficiently. Such functionality would significantly improve the developer experience by offering a more seamless and structured workflow.

I see that after i accept changes a checkpoint is created, which i can jump back to. If possible, it may be a good idea to save a checkpoint just before composer starts to make changes as well.

1 Like