[xwiki/xwiki-dev-llm] c0ce83: [Misc] Never force-push without naming the remote ...
Branch: refs/heads/explicit-push-refspec Home: https://github.com/xwiki/xwiki-dev-llm Commit: c0ce831c22cb545fca5172bb9df19e1671db6b60 https://github.com/xwiki/xwiki-dev-llm/commit/c0ce831c22cb545fca5172bb9df19e... Author: Thomas Mortagne <[email protected]> Date: 2026-08-23 (Sun, 23 Aug 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/skills/xwiki-pull-request/SKILL.md Log Message: ----------- [Misc] Never force-push without naming the remote and the branch * Fold the rule into the `xwiki-pull-request` skill's "one squashed commit per issue" bullet — the rule that makes amending, and therefore force-pushing, routine: `git push --force-with-lease origin <branch>`, plus the trap that makes it matter. Where `push.default=matching` is set a refspec-less push acts on every local branch that also exists on the remote, so forcing rewinds them, and the lease does not stop it (it only checks the remote-tracking ref is current, which after a fetch it is). * Bump the plugin version to 1.1.4 across all host manifests. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
participants (1)
-
XWiki Notifications