Git

coquibot/coqui-toolkit-git

Git 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_NAMEOptional

Git author/committer name for bot commits (e.g. 'Coqui Bot'). Optional — omit to use the repo's default git config.

GIT_BOT_EMAILOptional

Git 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"
  ]
}