Skip to main content

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.

ToolEffectDescription
git_checkpointwritesCreate a git checkpoint commit on the current branch. Stages all changes (git add -A) and
git_list_checkpointsread-onlyList recent Buril checkpoint commits in reverse-chronological order. Each entry has the
git_rollbackdestructiveReset HEAD to a previous commit (typically a Buril checkpoint from git_list_checkpoints).
git_statusread-onlyRead the project's git state: whether git is installed, whether the project is a repo,
git_switch_branchwritesSwitch the project to a different git branch. Refuses on dirty working tree by default —