Switching and creating branches
The branch selector sits in the sidebar header. Click it to see all branches, search them, or switch to another one. Your unsaved draft stays with the branch it belongs to, so switching back later picks up where you left off. You create a branch from the Review page: choose the New branch card when saving, adjust the suggested name if you like, and click Create branch & save. Your changes land on the new branch, leaving main untouched. See Review & save for the full flow.History
The History page, available from the sidebar rail, lists every commit on a branch - who saved it, when, and with what message. Use the branch picker to view another branch’s history, and the search box to filter commits by message.
The History page listing commits on a branch
- Inspect commit opens the full set of files as they existed at that commit, so you can see exactly what a rule looked like at any point in time.
- Compare with… opens the compare view with this commit as one side.
- Copy commit ID copies the commit’s identifier, useful when referencing a specific version with teammates.
- Revert to this commit creates a new branch off the latest main commit with the contents of the selected commit applied. Nothing is overwritten - you review the revert branch and merge it like any other change.