Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deliciousinsights/git-stree
A better Git subtree helper command
https://github.com/deliciousinsights/git-stree
Last synced: 3 months ago
JSON representation
A better Git subtree helper command
- Host: GitHub
- URL: https://github.com/deliciousinsights/git-stree
- Owner: deliciousinsights
- License: mit
- Created: 2014-11-06T17:03:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T14:24:07.000Z (over 8 years ago)
- Last Synced: 2024-05-23T04:50:29.507Z (6 months ago)
- Language: Shell
- Homepage: http://deliciousinsights.github.io/git-stree
- Size: 71.3 KB
- Stars: 143
- Watchers: 19
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# stree: a better Git subtree command
**Subtrees** are a great way to share a single tree across multiple projects using it in their own codebases. For many use-cases, they are a vastly superior alternative to submodules. Alas, there is no built-in equivalent to `git submodule` to help you properly manage subtrees.
## :warning: THIS PROJECT IS DEPRECATED
Maintenance of `git stree` has stopped in favor of another third-party project: **[git-subrepo](https://github.com/ingydotnet/git-subrepo#readme)**. It is actively maintained, much more robust, with more features, excellent test coverage and system integration, and more. It does cover all the actual use cases, and there's no point in plodding forward with git-stree now.
Get there for all your subrepo management needs, you'll love it! :heart:
*We'd like to take this opportunity to thank all the people who gave git-stree a spin, and contributed some of their time to feedback and possibly pull requests. But because this project is now deprecated and maintenance has stopped, pull requests won't be accepted anymore, and issues are closed. If you **really want to keep with it**, feel free to fork and make progress! Thanks a ton for using this so far.*