git-worktree이란?
프로젝트 루트와 동일한 디렉터리 수준에서 현재 저장소에 대한 git 작업 트리를 만듭니다. 이 기술은 분기 생성, project-T-branch 형식에 따른 디렉터리 이름 지정 및 초기 프로젝트 설정(예: 종속성 설치)을 자동화합니다. 사용자가 현재 작업 공간을 전환하지 않고 새로운 기능이나 수정 작업을 하려는 경우 이 기능을 사용하세요. 출처: hu-wentao/wyatt_skills.
프로젝트 루트와 동일한 디렉터리 수준에서 현재 저장소에 대한 git 작업 트리를 만듭니다. 이 기술은 분기 생성, project-T-branch 형식에 따른 디렉터리 이름 지정 및 초기 프로젝트 설정(예: 종속성 설치)을 자동화합니다. 사용자가 현재 작업 공간을 전환하지 않고 새로운 기능이나 수정 작업을 하려는 경우 이 기능을 사용하세요.
명령줄에서 git-worktree AI 스킬을 개발 환경에 빠르게 설치
출처: hu-wentao/wyatt_skills.
This skill allows you to quickly create a new git worktree for the current project. The worktree is created in the same parent directory as the current project's root, following the naming convention PROJECT-NAME-T-BRANCH-NAME.
Crucially, if the user does not respond to a question or provides no alternative, proceed immediately using your suggested values instead of repeating the question. The goal is to minimize friction while allowing for customization.
User: "Create a worktree for this repo." Gemini: "I'll create a new worktree for you. I'll use the branch name feat-wyattskills-260221 based on the current branch main. Is that okay, or would you like a different name?" User: "That's fine." Gemini: [Runs the script and confirms the path /Users/huwentao/proj/wyattskills-T-feat-wyattskills-260221]
프로젝트 루트와 동일한 디렉터리 수준에서 현재 저장소에 대한 git 작업 트리를 만듭니다. 이 기술은 분기 생성, project-T-branch 형식에 따른 디렉터리 이름 지정 및 초기 프로젝트 설정(예: 종속성 설치)을 자동화합니다. 사용자가 현재 작업 공간을 전환하지 않고 새로운 기능이나 수정 작업을 하려는 경우 이 기능을 사용하세요. 출처: hu-wentao/wyatt_skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/hu-wentao/wyatt_skills --skill git-worktree프로젝트 루트와 동일한 디렉터리 수준에서 현재 저장소에 대한 git 작업 트리를 만듭니다. 이 기술은 분기 생성, project-T-branch 형식에 따른 디렉터리 이름 지정 및 초기 프로젝트 설정(예: 종속성 설치)을 자동화합니다. 사용자가 현재 작업 공간을 전환하지 않고 새로운 기능이나 수정 작업을 하려는 경우 이 기능을 사용하세요. 출처: hu-wentao/wyatt_skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/hu-wentao/wyatt_skills --skill git-worktree 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/hu-wentao/wyatt_skills