Loading...
Loading...
Commit changes and create a pull request to the official upstream repo
npx skill4agent add zc277584121/mygitplugin git-commit-prgit checkout -b <branch-name>git statusgit diffgit addgit add -Agit add .git commit --signoff --author="Cheney Zhang <chen.zhang@zilliz.com>" -m "<commit message>"git push origin <branch-name>gh pr create --repo <official-owner/repo> --title "<PR title>" --body "<PR description>"Co-Authored-Bygit fetch official && git reset --hard official/<main-branch>git branch -d <branch-name>git push origin --delete <branch-name>official