Skip to main content

push

Commit and push changes, creating or updating a PR as needed. Use for standard push workflow.

Aller à l'installation

Informations de source

Dépôt
cashew-labs/opencode-gui
Dernière activité de la source
12 février 2026 à 00:31
Langue détectée de SKILL.md
anglais
Étoiles
58
Forks
20

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
push
description
Commit and push changes, creating or updating a PR as needed. Use for standard push workflow.
## Branch handling If on main, checkout a new branch first. If on a non-main branch where the existing PR is already merged, the uncommitted changes are likely unrelated to that branch. In this case: 1. Checkout main and pull 2. Create a new branch with a name describing the uncommitted changes 3. Continue with the commit workflow below ## Commit workflow Commit the changes. Use gh cli to check if a PR exists for this branch. If no PR exists, create one with an appropriate title and description. If a PR exists, query its current title and description and update them if the new changes warrant it. Push the changes. For follow-up edits in this session, continue to commit, push, and update the PR as needed.
Voir sur GitHub