Git Commit & Push
提交改动并推送到 origin 远端,不创建 PR。
触发条件
当用户要求提交改动并 push(但不需要提 PR)时使用此 skill。
执行步骤
创建新分支
:
git checkout -b
git-commit-push
安装
npx skills add https://github.com/zc277584121/mygitplugin --skill git-commit-push
npx skills add https://github.com/zc277584121/mygitplugin --skill git-commit-push
Git Commit & Push
提交改动并推送到 origin 远端,不创建 PR。
触发条件
当用户要求提交改动并 push(但不需要提 PR)时使用此 skill。
执行步骤
创建新分支
:
git checkout -b