Skip to content

Feature request: Add support for git-subtree #88

@f-steff

Description

@f-steff

git subtree brings a way to vendor external projects directly into your repository history while still preserving a clean link to their original upstream. It lets you split and merge a subdirectory as if it were its own repository, so you can pull in upstream changes or push your own contributions back out, all through standard Git commands and without nested repos.

This gives teams a robust, history‑preserving way to share code across projects, simplifies cloning and CI (only one repo to fetch), and keeps the project layout straightforward for developers who just see regular directories while maintainers retain powerful upstream sync capabilities.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions