Copy/sync files to worktrees
Copies or syncs files from main repository to specified worktrees with pattern matching.
/plugin marketplace add vampik33/claude-plugins/plugin install vampik33-gtr-plugins-gtr@vampik33/claude-plugins<target> [options] [-- patterns...]Copy or sync files from the main repository to worktrees.
/gtr:copy <target> [options] [-- patterns...]
$ARGUMENTS - target, flags, and patterns after --git gtr copy "$ARGUMENTS"Important: File patterns must be preceded by -- separator.
/gtr:copy feature -- ".env*" "*.json" - Copy env and json files/gtr:copy -a -- ".env*" - Copy env files to all worktrees/gtr:copy feature --dry-run -- "*.config.js" - Preview copy