I have a Git repository originally imported from Subversion.Parts of the author/committer information are wrong, which is not Git\'s fault but mostly due to sloppy committing with Subversion.
edit The question boils down to \"Can git rebase be instructed to rebase tags, too?\" But an answer to the original question would also help.
This question is based on Detach subdirectory into separate Git repository Instead of detaching a single subdirectory, I want to detach a couple. For example, my current directory tree looks like th
What I want is similar to this question. However, I want the directory that is split into a separate repo to remain a subdirectory in that repo:
I would like to split out modules distributed with a bigger application into separate submodules and keep the ability to pull from upstream.
This question already has answers here: Edit the root commit in Git? (5 answers) 开发者_StackOverflow中文版