docs: add git branch cleanup fallback note

This commit is contained in:
Peter Steinberger 2026-02-13 16:09:31 +01:00
parent 1cfb39d7a5
commit 4eef8afaaf

6
AGENTS.md Normal file
View File

@ -0,0 +1,6 @@
# AGENTS.md
## Git Notes
- If `git branch -d/-D <branch>` blocked by policy, use local ref delete:
`git update-ref -d refs/heads/<branch>`