git-subtree
git-subtree copied to clipboard
An experimental alternative to the git-submodule command. Merges and splits subtrees from your project into subprojects and back.
Since the repository is now 'obsolete', and there are many outstanding pull requests at this time, at least including this quick change will better alert users and point them in...
Sorry makes me look really picky :)
I'm new to git-subtree, so I adjusted the docs on the go while figuring out how to use it.
Command was using tag SHA1 key although it should dereference the tag for certain commit before running the 'git subtree pull'. Below example that triggered the issue # Pull older...
Note: I've absolutely no idea whether this is correct, or whether it's totally superfluous. Please comment accordingly. Feedback welcome! Note: This is based on the sun:docs branch. Merge that first....
I believe it's a little rough at the moment, but it's a good start.
- changed to .md - added installation notes - added step-by-step for splitting a tree (what the stackoverflow post that pointed me here was about)