Initial commit of "git subtree-lite".
[utils/git-subtree-lite.git] / README.md
1 # `git subtree-lite`
2
3 `git subtree-lite` is a tool to manage modified versions of content imported from other git repositories.  It's easier than git submodules and very similar to `git subtree --squash` but avoids some of the bugs.  See the documentation at the top of the script for more information.
4
5 For now, please email any bug reports, enhancement requests, or proposed patches to me.  I'll consider setting up public issue tracking if and when the demand arises.
6
7 ~ Matt McCutchen <matt@mattmccutchen.net>