Git-command chain hygiene (#33,#34,#35) #63
Reference in New Issue
Block a user
Delete Branch "fix/p2-git-chain-hygiene"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dependency-chain accounting fixes.
git reset --hard HEAD~1(needed to trigger the protected-branch rejection) but flags it as a later, history-rewriting command (Module 12).rebase/pull --rebaseas a casual step: M8 leads with recreate-remote and footnotespull --rebaseas out-of-scope (plain pull still noted to fail on unrelated histories); M26 merge-only; M11 rebase-merge as out-of-scope awareness only.No deliberate device touched (M12's reset/reflog teaching intact). Verified by grep: no un-noted forward-refs of the targeted kind remain.
Closes #33
Closes #34
Closes #35
🤖 Generated with Claude Code