worktree-sync

Community

Keep Git worktrees effortlessly updated.

Authormvillmow
Version1.0.0
Installs0

System Documentation

What problem does it solve? This Skill automates the process of synchronizing Git worktrees with remote and main branch changes, ensuring all your parallel development environments are always up-to-date. It eliminates manual fetching and rebasing, saving time and preventing conflicts.

Core Features & Use Cases:

  • Fetch Latest Changes: Pulls updates from the remote repository, keeping your local branches current.
  • Rebase/Merge Feature Branches: Integrates main branch changes into feature worktrees, minimizing merge conflicts.
  • Use Case: You have multiple feature branches in separate worktrees. Use this skill to quickly fetch the latest changes from the main branch and rebase all your feature worktrees, preventing merge conflicts later and ensuring you're always working on the most current codebase.

Quick Start: Use the worktree-sync skill to sync all your git worktrees with the latest remote changes.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: worktree-sync
Download link: https://github.com/mvillmow/ml-odyssey/archive/main.zip#worktree-sync

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository