Hacker News new | ask | show | jobs
by kovetskiy 3617 days ago
git subtree have one bis disadvantage, git log will look like a hell, because all subtrees' commits also will be shown.
1 comments

Unless you use --squash, but you have to remember to pass it.
I found that this makes rebasing a feature branch really difficult. The alternative is not much better.