Local git operations for project management. Use when: (1) creating branches for new features/issues, (2) committing and pushing code, (3) pulling latest changes, (4) managing branches, (5) viewing git log/diff/status, (6) preparing code for merge requests or pull requests. Triggers on: git, branch, commit, push, pull, merge, checkout, diff, log, 分支, 提交, 推送.
用于管理项目代码的本地 Git 操作。
对于新功能/问题,按以下模式创建分支:
feature/issue-{编号}-{简要描述}
对于 Bug 修复:
fix/issue-{编号}-{简要描述}
bash
cd /path/to/project
git checkout main
git pull origin main
git checkout -b feature/issue-1-add-dark-mode
bash
git add -A
git commit -m feat: 添加深色模式支持 (关闭 #1)
git push -u origin feature/issue-1-add-dark-mode
bash
| 项目 | 路径 | 远程仓库 |
|---|---|---|
| yeahmobiEverything | /Users/zhujinqi/Documents/javacode/learn/yeahmobiEverything | GitHub (zhulaoqi) |
| ad-pex-ai |
使用约定式提交:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 git-hub-issus-1776164236 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 git-hub-issus-1776164236 技能
skillhub install git-hub-issus-1776164236
文件大小: 1.59 KB | 发布时间: 2026-4-15 12:52