Loading...
Loading...
Commit changes and push to origin without creating a PR
npx skill4agent add zc277584121/mygitplugin git-commit-pushgit 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>--signoff