Files
yaak-mountain-loop/src-tauri/yaak-git/permissions/default.toml
2025-02-07 13:21:30 -08:00

18 lines
352 B
TOML

[default]
description = "Default permissions for the plugin"
permissions = [
"allow-add",
"allow-branch",
"allow-checkout",
"allow-commit",
"allow-delete-branch",
"allow-fetch-all",
"allow-initialize",
"allow-log",
"allow-merge-branch",
"allow-pull",
"allow-push",
"allow-status",
"allow-unstage",
]