返回 Skill 列表
extension
分类: 开发与工程需要 API Key

Git Deploy

用于本地 Git 操作的简易部署技能,支持添加、提交和推送更改到仓库,适用于快速本地部署。

person作者: sirendayhubclawhub

Git Deploy

Overview

This skill automates the standard git workflow for local development:

  • Stage all changes
  • Commit with a message
  • Push to the current branch

The script uses pre-configured repository URL and token.

Usage

scripts/deploy.sh "feat: Task #X - Description"

Repository

  • URL: http://git.homelab:3000/vitali/SigmaFlow-Svelte.git
  • Token: c865b793f09a3b79b65ebdfbd75c5b17395188d2

Notes

  • The script assumes it is run in the project root.
  • If you need to push to a specific branch, modify the script or commit message.