Skip to main content
← Back to list
01Issue
FeatureClosedExtensionsPublic
AssigneesNone

Relationships

#1881 Add orphan branch creation

Opened by funsaized · 8/27/2026

Add an orphan-branch option or method so evidence-only GitOps branches can be initialized without bypassing the typed Git model. It should create/switch to an orphan branch in repoPath without force-pushing.

Upstream repository: https://github.com/swamp-club/swamp-extensions

Environment

  • Extension: @swamp/git@2026.08.25.1
  • swamp: 20260827.184833.0-sha.ce230776
  • OS: darwin (aarch64)
  • Deno: 2.8.3
  • Shell: /bin/zsh
02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

8/28/2026, 5:41:04 PM

No activity in this phase yet.

03Sludge Pulse
Editable. Press Enter to edit.

stack72 commented 8/28/2026, 5:41:03 PM

Implemented in @swamp/git@2026.08.28.1 — the branch method now accepts orphan: true (with create: true) to create parentless branches via git checkout --orphan. Schema enforces orphan requires create and is mutually exclusive with startPoint. PR: #241

Sign in to post a ripple.