Skip to main content

push-everything

Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
cashew-labs/opencode-gui
آخر نشاط في المصدر
١٢ فبراير ٢٠٢٦ في ٠٠:٣١
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٥٨
التفرعات
٢٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
push-everything
description
Stage ALL changes in the repository (not just session changes), commit, and push. Use when you need to commit all pending changes.
If on main, checkout a new branch first. Stage ALL changes in the repository (not just session changes) with `git add -A`. Commit the changes with an appropriate message summarizing all the work. Use gh cli to see if a PR exists already. If it doesn't, create one with an appropriate title and description. If a PR does exist, query the current title and description, and update it if appropriate. Then push the changes.
عرض على GitHub