# git_worktree **Repository Path**: weizuxiao911/git_worktree ## Basic Information - **Project Name**: git_worktree - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-04 - **Last Updated**: 2025-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Git 命令 #### 工作树 worktree ##### 列出工作树 ```bash git worktree list ``` ##### 创建工作树 ```bash git worktree add [] ``` ##### 删除工作树 ```bash git worktree remove ``` ##### 锁定工作树 ```bash git worktree lock ``` ##### 解锁工作树 ```bash git worktree unlock ```