fix: change git clone --bare to git clone in create_worktree (fixes #57) #59

Merged
shoko merged 1 commits from fix/issue-57-worktree-creation into main 2026-04-01 02:59:43 +02:00
Owner

Summary

Changed git clone --bare to git clone in create_worktree() function at line 211.

Bug: git clone --bare created bare repos with no working directory, making them useless for development and breaking parallel agent workflow.

Fix: Use regular git clone to create proper worktrees with working directories.

Fixes #57

## Summary Changed `git clone --bare` to `git clone` in `create_worktree()` function at line 211. **Bug:** `git clone --bare` created bare repos with no working directory, making them useless for development and breaking parallel agent workflow. **Fix:** Use regular `git clone` to create proper worktrees with working directories. ## Fixes #57
shoko added 1 commit 2026-04-01 02:51:20 +02:00
Issue #57: worktree creation was creating bare repos instead of
proper worktrees, breaking parallel agent workflow.

The --bare flag created repos with no working directory, making them
useless for development. Changed to regular clone.
shoko added the need-review label 2026-04-01 02:51:54 +02:00
han approved these changes 2026-04-01 02:57:21 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit 79dc3ee3b9 into main 2026-04-01 02:59:43 +02:00
Sign in to join this conversation.