release: develop → main (untrack legacy .claude/ archive + back-merge sync) #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "develop"
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?
Summary
Promotes the post-PR-#2 develop work to main:
aa61d3b— chore(repo): untrack legacy.claude/archive/chats/{chat1,chat2,chat3}.md. Three files committed pre-gitignore that were tripping the IP-boundary hook on first-push of every new feature branch (paranoid no-upstream fallback scanned all of HEAD history).git rm --cachedonly — disk files preserved and stay gitignored.3731e4b— merge(main → develop): the back-merge sync commit that captured PR #2's release-merge tip in develop's history. Zero file changes, pure graph fix. This is what the Git Flow boundary-marker discipline calls for.Test plan
git rev-list --left-right --count origin/main...origin/developreturns0 0git ls-files | grep .claude/returns nothing (the 3 archive files no longer in main's tracked tree)