Skip to content

Commit 3d99b36

Browse files
authored
New package: guoyongchang.WorktreeManager version 0.20260403.70942 (microsoft#355528)
1 parent 2c1f023 commit 3d99b36

File tree

4 files changed

+128
-0
lines changed

4 files changed

+128
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: guoyongchang.WorktreeManager
5+
PackageVersion: 0.20260403.70942
6+
InstallerType: nullsoft
7+
Scope: user
8+
UpgradeBehavior: install
9+
ProductCode: Worktree Manager
10+
ReleaseDate: 2026-04-03
11+
Installers:
12+
- Architecture: x64
13+
InstallerUrl: https://github.com/guoyongchang/worktree-manager/releases/download/v0.20260403.70942/Worktree-Manager-v0.20260403.70942-Windows-setup.exe
14+
InstallerSha256: 565F171891393BF3FFAFAE2C5E2E2F84D18D9BD069F40E7EA550C56C5AA263DB
15+
ManifestType: installer
16+
ManifestVersion: 1.12.0
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: guoyongchang.WorktreeManager
5+
PackageVersion: 0.20260403.70942
6+
PackageLocale: en-US
7+
# Publisher:
8+
# PublisherUrl:
9+
# PublisherSupportUrl:
10+
# PrivacyUrl:
11+
# Author:
12+
# PackageName:
13+
# PackageUrl:
14+
License: Freeware
15+
# LicenseUrl:
16+
# Copyright:
17+
# CopyrightUrl:
18+
ShortDescription: An elegant Git Worktree managemer with visualization
19+
Description: |-
20+
Git Worktree Manager is built on Git's native worktree capability, allowing you to check out multiple branches into separate directories in the same repository while sharing the same .git data. With automatic symlinking for large folders such as node_modules, it enables zero-cost branch switching and requires no additional disk space.
21+
22+
Core Features
23+
- Parallel Work on Multiple Branches
24+
Work on multiple branches of the same project simultaneously without mutual interference. No need to stash changes, no need to clone multiple copies of the repository.
25+
- Smart Folder Linking
26+
Automatically links build artifacts such as node_modules, .next, and vendor when creating a worktree to avoid repeated dependency installation. Custom link paths are supported.
27+
- Global Workspace File Sharing
28+
Files including .claude, CLAUDE.md, requirement-docs can be configured as global links to be shared across all worktrees.
29+
- Branch Status at a Glance
30+
Displays real-time information for each branch, including commit count, uncommitted changes, whether it has been merged into the test branch, and more.
31+
- Quick IDE Launch
32+
Open any worktree with VS Code, Cursor or IntelliJ IDEA in one click.
33+
- Built-in Terminal
34+
Each worktree has an independent terminal session, eliminating the need to switch between multiple windows.
35+
- Secure Archiving
36+
Archive the worktree after development is completed. Uncommitted and unpushed code is automatically checked before archiving to prevent data loss.
37+
# Moniker:
38+
Tags:
39+
- branch
40+
- code
41+
- coding
42+
- develop
43+
- development
44+
- git
45+
- vcs
46+
- worktree
47+
# ReleaseNotes:
48+
# ReleaseNotesUrl:
49+
# PurchaseUrl:
50+
# InstallationNotes:
51+
# Documentations:
52+
ManifestType: locale
53+
ManifestVersion: 1.12.0
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: guoyongchang.WorktreeManager
5+
PackageVersion: 0.20260403.70942
6+
PackageLocale: zh-CN
7+
Publisher: Worktree Manager Team
8+
PublisherUrl: https://github.com/guoyongchang
9+
PublisherSupportUrl: https://github.com/guoyongchang/worktree-manager/issues
10+
# PrivacyUrl:
11+
# Author:
12+
PackageName: Worktree Manager
13+
PackageUrl: https://github.com/guoyongchang/worktree-manager
14+
License: 免费软件
15+
# LicenseUrl:
16+
# Copyright:
17+
# CopyrightUrl:
18+
ShortDescription: 一个优雅的 Git Worktree 可视化管理工具
19+
Description: |-
20+
Git Worktree Manager 基于 Git 原生的 worktree 能力构建,让你在同一个仓库中同时检出多个分支到独立目录,共享 .git 数据。配合自动 symlink node_modules 等大文件夹,零成本切换,零额外磁盘占用。
21+
22+
核心功能
23+
- 多分支并行工作
24+
一个项目同时打开多个分支,互不干扰。不用 stash,不用 clone 多份。
25+
- 智能文件夹链接
26+
创建 worktree 时自动链接 node_modules、.next、vendor 等构建产物,避免重复安装依赖。支持自定义链接路径。
27+
- Workspace 全局文件共享
28+
.claude、CLAUDE.md、requirement-docs 等文件可以配置为全局链接,在所有 worktree 中共享。
29+
- 分支状态一目了然
30+
实时显示每个分支的提交数、未提交更改、是否合并到测试分支等信息。
31+
- 快速打开 IDE
32+
一键用 VS Code、Cursor 或 IntelliJ IDEA 打开任意 worktree。
33+
- 内置终端
34+
每个 worktree 有独立的终端会话,无需在多个窗口之间切换。
35+
- 安全归档
36+
完成开发后归档 worktree,归档前自动检查未提交和未推送的代码,防止丢失。
37+
# Moniker:
38+
Tags:
39+
- git
40+
- worktree
41+
- 代码
42+
- 分支
43+
- 开发
44+
- 版本控制
45+
# ReleaseNotes:
46+
ReleaseNotesUrl: https://github.com/guoyongchang/worktree-manager/releases/tag/v0.20260403.70942
47+
# PurchaseUrl:
48+
# InstallationNotes:
49+
# Documentations:
50+
ManifestType: defaultLocale
51+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 v2.7.1 $debug=NVS1.CRLF.7-6-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: guoyongchang.WorktreeManager
5+
PackageVersion: 0.20260403.70942
6+
DefaultLocale: zh-CN
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)