Git Safety

Critical safety guardrails for protected branches: never commit, push, or force-push directly to main, latest, or release branches; no destructive history rewrites without explicit user approval. Use before any git operation that touches protected branches, before force-push, reset --hard, history rewrite, or branch deletion, or whenever the user asks about merging, pushing, or release branches.

redis 2ed955d 2.4 KB Updated

File contents

redis/redisinsight/tree/main/.ai/skills/git-safety commit 2ed955d1e6

Frequently asked questions

npx skillmds@latest add redis/git-safety