← Package directory
Available on winget

Install Git Shadowtree

Maintain a separate "shadow" Git repository alongside your main repository.

Install with winget
winget install --id Szv.GitShadowtree
Upgrade
winget upgrade --id Szv.GitShadowtree
Uninstall
winget uninstall --id Szv.GitShadowtree

About Git Shadowtree

Git Shadowtree is a Git extension that lets you maintain a separate "shadow" repository alongside your main Git repository. It tracks a defined set of files and directories (for example agent docs) in that shadow repository, decoupled from the main remote, while excluding them from the working repository. Any command other than init/clone/add/commit/pull is forwarded to git against the shadow repository.

Version history

Version Updated Notes
0.0.2 Release notes