test: repoint copy of feat/config#2
Open
dezren39 wants to merge 2 commits into
Open
Conversation
This was referenced Apr 12, 2026
…h messaging Restack/sync/move/commit/amend no longer skip branches in other worktrees. Instead they detach the worktree HEAD, rebase the freed branch ref, then reattach. Also fixes ez switch to show clear messaging about shell integration and adds --no-cd-required flag.
e226888 to
3673f32
Compare
888cbdc to
f6adc25
Compare
This was referenced Apr 13, 2026
dezren39
added a commit
that referenced
this pull request
Apr 13, 2026
This was referenced Apr 13, 2026
Open
rohoswagger
added a commit
that referenced
this pull request
May 7, 2026
fix: create worktree when using --from and auto-create on switch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Branches in other worktrees are no longer skipped during restack/sync/move/commit/amend. Instead, ez detaches the worktree HEAD, rebases the freed branch ref, then reattaches.
Also fixes
ez switchto show clear messaging about shell integration and adds--no-cd-requiredflag for agents/scripts.Changes
detach_worktree_head/reattach_worktree— new git helpersez switch— clear hint aboutcd <path>and shell integration--no-cd-required— flag for callers handling cd themselvesCommits (2)
98a09b4feat: restack across worktrees (detach-rebase-reattach) and fix switch messagingf6adc25test: add no_cd_required switch_to tests and detach/reattach worktree round-tripResolves rohoswagger#14
Resolves rohoswagger#15
Stack (this PR is 3 of 5):