Write a set of changes to a single Changeset before "applying" it.
A Git commit-like concept that helps with:
- Making edits that should be verified by other members before being applied;
- Making edits that should trigger certain Webhooks only when applied;
- General collaboration and work on making various changes simultaneously;
Write a set of changes to a single Changeset before "applying" it.
A Git commit-like concept that helps with: