ما هي git-worktrees؟
إنشاء مساحات عمل git معزولة لتطوير الميزات. اختيار الدليل الذكي، والتحقق من السلامة، والدعم عبر الأنظمة الأساسية (Windows/Unix). المصدر: xenitv1/claude-code-maestro.
إنشاء مساحات عمل git معزولة لتطوير الميزات. اختيار الدليل الذكي، والتحقق من السلامة، والدعم عبر الأنظمة الأساسية (Windows/Unix).
ثبّت مهارة الذكاء الاصطناعي git-worktrees بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: xenitv1/claude-code-maestro.
🌳 GIT WORKTREES: ISOLATED WORKSPACES Philosophy: Isolation prevents contamination. Work on features without affecting the main workspace. Systematic directory selection + safety verification = reliable isolation.
ISOLATION INTEGRITY MANDATE (CRITICAL): Never create worktrees in directories that are not explicitly ignored by Git. AI-generated workflows often fail by polluting the primary repository with tracked worktree data. You MUST verify that the destination directory is within .gitignore before execution. Furthermore, you MUST ensure a 'Clean Baseline' by running tests before starting any feature work in a new worktree...
🎯 OVERVIEW Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Benefits:
إنشاء مساحات عمل git معزولة لتطوير الميزات. اختيار الدليل الذكي، والتحقق من السلامة، والدعم عبر الأنظمة الأساسية (Windows/Unix). المصدر: xenitv1/claude-code-maestro.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktreesإنشاء مساحات عمل git معزولة لتطوير الميزات. اختيار الدليل الذكي، والتحقق من السلامة، والدعم عبر الأنظمة الأساسية (Windows/Unix). المصدر: xenitv1/claude-code-maestro.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktrees بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/xenitv1/claude-code-maestro