Show HN: GWZ – Git Workspace Zone (multi-repo that feels like plain Git)
Category: devtools
Tags: multi-repo, git-wrapper, cli-tool
Score: 6.7/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 7)
GWZ is a Rust-based tool that manages multiple git repositories as if they were a monorepo, providing familiar git-like commands (status, diff, commit, push) across a workspace while keeping member repos independent. Its unique approach of using snapshots and commit markers for state recovery, combined with a core crate that exposes a typed protocol for embedding, makes it a practical solution for developers frustrated with git submodules.
Target audience: backend devs, devops
View on Hacker News