Skip to content

Conversation

@TellMeAlex
Copy link

  • Add --worktree and --worktree-path flags to create-branch command
  • Implement CreateWorktree, ListWorktrees, and RemoveWorktree in GitProvider
  • Add Worktree domain model to represent git worktree state
  • Add createWorktreeBranch use case method with default path generation
  • Add comprehensive unit tests for git worktree operations
  • Add integration tests for worktree creation workflow
  • Update documentation with worktree usage examples and benefits
  • Support fork context (upstream/origin) for worktree creation

Closes #146

- Add --worktree and --worktree-path flags to create-branch command
- Implement CreateWorktree, ListWorktrees, and RemoveWorktree in GitProvider
- Add Worktree domain model to represent git worktree state
- Add createWorktreeBranch use case method with default path generation
- Add comprehensive unit tests for git worktree operations
- Add integration tests for worktree creation workflow
- Update documentation with worktree usage examples and benefits
- Support fork context (upstream/origin) for worktree creation

Closes InditexTech#146
@TellMeAlex TellMeAlex requested a review from a team as a code owner November 27, 2025 17:00
@signoff-validator
Copy link

Contribution License Agreement - Valid 🟢

All commits contain valid signoff. As a confirmation, remember that you are agreeing to our Contribution License Agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for creating Git worktrees

1 participant