Git
coquibot/coqui-toolkit-gitGit repository management toolkit for Coqui — status, staging, commits, branches, tags, remotes, push/pull, merge, diff, log
gitversion-control
0 downloads 0 stars
Required Credentials
GIT_BOT_NAMEOptionalGit author/committer name for bot commits (e.g. 'Coqui Bot'). Optional — omit to use the repo's default git config.
GIT_BOT_EMAILOptionalGit author/committer email for bot commits (e.g. 'bot@coqui.dev'). Optional — omit to use the repo's default git config.
Package Info
{
"gated": {
"git_tag": [
"delete"
],
"git_pull": [
"*"
],
"git_push": [
"*"
],
"git_merge": [
"*"
],
"git_branch": [
"delete"
],
"git_commit": [
{
"amend": true
}
],
"git_remote": [
"remove"
],
"git_checkout": [
{
"files": "*"
}
]
},
"toolkits": [
"CoquiBot\\Toolkits\\Git\\GitToolkit"
]
}