Git
5 tools in this family (folder Editor/Tools/Git/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
git_checkpoint | writes | Create a git checkpoint commit on the current branch. Stages all changes (git add -A) and |
git_list_checkpoints | read-only | List recent Buril checkpoint commits in reverse-chronological order. Each entry has the |
git_rollback | destructive | Reset HEAD to a previous commit (typically a Buril checkpoint from git_list_checkpoints). |
git_status | read-only | Read the project's git state: whether git is installed, whether the project is a repo, |
git_switch_branch | writes | Switch the project to a different git branch. Refuses on dirty working tree by default — |