Create a git commit and push to the remote repository without creating a PR
Commits staged changes with a concise message and pushes to remote. Use this when you want to save your work to the repository without creating a pull request.
/plugin marketplace add simonlee2/claude-plugins/plugin install git-workflow@simon-pluginsCreate a git commit and push to the remote repository without creating a PR.
Follow these steps:
Run git status, git diff, and git log in parallel to understand:
Analyze the changes and draft a concise commit message that:
Add relevant files, create the commit, and push:
git status after to verify successIf the commit fails due to pre-commit hooks modifying files:
IMPORTANT: